DelegateEntityFilterTEntity Constructor |
Name | Description | |
---|---|---|
![]() | DelegateEntityFilterTEntity(TransactionContext) |
Creates a new instance with the specified context,
IsMatchMethod must be set and ApplyChanges
called before the filter can be used.
|
![]() | DelegateEntityFilterTEntity(DelegateEntityFilterTEntity, CopyContext) | Initializes a new instance as a copy of an existing instance. |
![]() | DelegateEntityFilterTEntity(TransactionContext, IsMatchCallbackTEntity) |
Creates a new instance with the specified context and match
function. The filter is ready to be used immediately.
|