Row SetFieldValue Method NFX Class Library

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

Sets value of the field, for typerows it accesses property using reflection; for dynamic rows it sets data into 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 void SetFieldValue(
	Schema..::..FieldDef fdef,
	Object value
)
See Also