Interface IBulkDeleteContext<TEntity>
Generic interface for data operation contexts of the IBulkDeleteCommand.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
System.IDisposable.Dispose()
Namespace: Kephas.Data.Commands
Assembly: Kephas.Data.dll
Syntax
public interface IBulkDeleteContext<TEntity> : IBulkDataOperationContext<TEntity>, IBulkDeleteContext, IBulkDataOperationContext, IDataOperationContext, IContext, IExpando, IDynamicMetaObjectProvider, IIndexable, ILoggable, IDisposable
Type Parameters
Name | Description |
---|---|
TEntity | Type of the entity. |