[This is preliminary documentation and is subject to change.]
Converts field value to the type specified by Schema.FieldDef. For example converts GDID->ulong or ulong->GDID.
This method can be overridden to perform custom handling of types,
for example one can assign bool field as "Si" that would convert to TRUE.
This method is called by SetFieldValue(...) before assigning actual field buffer
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Parameters
- fdef
- Type: NFX.DataAccess.CRUD Schema FieldDef
Field being converted
- value
- Type:
System Object
Value to convert
Return Value
Type:
Converted value before assignment to field buffer
See Also