Interface IDeleteEntityCommand
Contract for delete entity commands.
Inherited Members
Namespace: Kephas.Data.Commands
Assembly: Kephas.Data.dll
Syntax
[AppServiceContract(AllowMultiple = true, MetadataAttributes = new Type[]{typeof(DataContextTypeAttribute)})]
public interface IDeleteEntityCommand : IDataCommand<IDeleteEntityContext, IDataCommandResult>, IDataCommand, IAsyncOperation, ISyncDataCommand