Row GetFieldValue Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Gets value of the field, for typerows it accesses property using reflection; for dynamic rows it reads data from row buffer array using field index(order)

Namespace: NFX.DataAccess.CRUD
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public abstract Object GetFieldValue(
	Schema..::..FieldDef fdef
)

Return Value

Type: OnlineObject
See Also