Interface IBulkDeleteCommand
Contract for commands deleting one or more entities based on a predicate, directly in the database.
Inherited Members
Namespace: Kephas.Data.Commands
Assembly: Kephas.Data.dll
Syntax
[AppServiceContract(AllowMultiple = true, MetadataAttributes = new Type[]{typeof(DataContextTypeAttribute)})]
public interface IBulkDeleteCommand : IDataCommand<IBulkDeleteContext, IBulkDataOperationResult>, IDataCommand, IAsyncOperation
Remarks
The operation skips all data behaviors and sends the commands directly to the database.