Interface IDataCommandBuilder
Interface for data command builder.
Namespace: Kephas.Data.Commands.Builders
Assembly: Kephas.Data.dll
Syntax
public interface IDataCommandBuilder
Properties
| Improve this Doc View SourceCommand
Gets the constructed command.
Declaration
IDataCommand Command { get; }
Property Value
Type | Description |
---|---|
IDataCommand | The constructed command. |