Delegate FieldFilterFunc
Provides filter predicate for CRUD operations. Return true to include the specified field
Namespace: NFX.DataAccess.CRUD
Assembly: NFX.dll
Syntax
public delegate bool FieldFilterFunc(Row row, IDataStoreKey key, Schema.FieldDef fdef);
  Parameters
| Type | Name | Description | 
|---|---|---|
| Row | row | Row instance that filetring is performed on  | 
      
| IDataStoreKey | key | If not null, the override key passed to Update() (if any)  | 
      
| Schema.FieldDef | fdef | A field that filtering is done for  | 
      
Returns
| Type | Description | 
|---|---|
| System.Boolean |