SetFieldFunc DelegateNFX Class Library

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

Injects function that tries to set field value. May elect to skip the set and return false to indicate failure(instead of throwing exception)

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

public delegate bool SetFieldFunc(
	Row row,
	Schema..::..FieldDef fdef,
	Object val
)

Return Value

Type: OnlineBoolean
See Also