PFDataCollectionGetValueNullableBoolean Method |
Gets a value in nullable boolean format. Will try to convert the value if necessary.
Will return null if the value could not be converted.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public Nullable<bool> GetValueNullableBoolean(
string fieldName
)
Parameters
- fieldName
- Type: SystemString
Name of the SQL column or of the PFField.
Return Value
Type:
NullableBooleanSee Also