Delegate SetFieldFunc
Injects function that tries to set document field value. May elect to skip the set and return false to indicate failure(instead of throwing exception)
Namespace: Azos.Data
Assembly: Azos.dll
Syntax
public delegate bool SetFieldFunc(Doc doc, Schema.FieldDef fdef, object val);
Parameters
| Type | Name | Description |
|---|---|---|
| Doc | doc | |
| Schema.FieldDef | fdef | |
| System.Object | val |
Returns
| Type | Description |
|---|---|
| System.Boolean |