Interface IBulkUpdateCommand
Contract for commands updating 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 IBulkUpdateCommand : IDataCommand<IBulkUpdateContext, IBulkDataOperationResult>, IDataCommand, IAsyncOperation
Remarks
The operation skips all data behaviors and sends the commands directly to the database.