Click or drag to resize

PFDataCollectionGetValueState Method

Gets the current state of a value in the collection. Can be empty if no entry found for this field name.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFFieldValueState GetValueState(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Name of the SQL column or of the PFField.

Return Value

Type: PFFieldValueState
See Also