Interface ISyncDataCommand
Contract for synchronous data commands.
Namespace: Kephas.Data.Commands
Assembly: Kephas.Data.dll
Syntax
public interface ISyncDataCommand
Methods
| Improve this Doc View SourceExecute(IDataOperationContext)
Executes the data command.
Declaration
IDataCommandResult Execute(IDataOperationContext operationContext)
Parameters
Type | Name | Description |
---|---|---|
IDataOperationContext | operationContext | The operation context. |
Returns
Type | Description |
---|---|
IDataCommandResult |