Delegate FieldFilterFunc
Provides filter predicate for CRUD operations. Return true to include the specified field
Namespace: Azos.Data
Assembly: Azos.dll
Syntax
public delegate bool FieldFilterFunc(Doc doc, IDataStoreKey key, Schema.FieldDef fdef);
Parameters
Type | Name | Description |
---|---|---|
Doc | doc | Data document instance that filtering 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 |