Table of Contents

Delegate UpdateColumnFilter<T>

Namespace
LinqToDB
Assembly
linq2db.dll

Defines signature for column filter for update operations.

public delegate bool UpdateColumnFilter<T>(T entity, ColumnDescriptor column)

Parameters

entity T

Entity instance.

column ColumnDescriptor

Descriptor of column.

Returns

bool

true, if column should be included in operation and false otherwise.

Type Parameters

T

Entity type.

Extension Methods