Row ConvertFieldValueToDef Method NFX Class Library

[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.CRUD
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public virtual Object ConvertFieldValueToDef(
	Schema..::..FieldDef fdef,
	Object value
)

Return Value

Type: OnlineObject
Converted value before assignment to field buffer
See Also