Interface IExecuteCommand
Contract for data commands executing commands on the data store side.
Inherited Members
Namespace: Kephas.Data.Commands
Assembly: Kephas.Data.dll
Syntax
[AppServiceContract(AllowMultiple = true, MetadataAttributes = new Type[]{typeof(DataContextTypeAttribute)})]
public interface IExecuteCommand : IDataCommand<IExecuteContext, IExecuteResult>, IDataCommand, IAsyncOperation