[This is preliminary documentation and is subject to change.]
Provides filter predicate for CRUD operations. Return true to include the specified field
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Parameters
- row
- Type: NFX.DataAccess.CRUD Row
Row instance that filetring is performed on
- key
- Type: NFX.DataAccess IDataStoreKey
If not null, the override key passed to Update() (if any)
- fdef
- Type: NFX.DataAccess.CRUD Schema FieldDef
A field that filtering is done for
Return Value
Type:
See Also