Delegate UpdateColumnFilter<T>
Defines signature for column filter for update operations.
Namespace: LinqToDB
Assembly: linq2db.dll
Syntax
public delegate bool UpdateColumnFilter<T>(T entity, ColumnDescriptor column);
Parameters
Type | Name | Description |
---|---|---|
T | entity | Entity instance. |
ColumnDescriptor | column | Descriptor of column. |
Returns
Type | Description |
---|---|
System.Boolean |
|
Type Parameters
Name | Description |
---|---|
T | Entity type. |