Delegate SetFieldFunc
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.dll
Syntax
public delegate bool SetFieldFunc(Row row, Schema.FieldDef fdef, object val);
  Parameters
| Type | Name | Description | 
|---|---|---|
| Row | row | |
| Schema.FieldDef | fdef | |
| System.Object | val | 
Returns
| Type | Description | 
|---|---|
| System.Boolean |