| Command Constructor |
| Name | Description | |
|---|---|---|
| Command |
Instantiate a new command
| |
| Command(IElement) | Initializes a new instance of the Command class | |
| Command(IEnumerableIElement) | Initializes a new instance of the Command class | |
| Command(String, DbParams) |
Replaces SQL Server style style AML parameters (used as attribute and element values) with the corresponding arguments.
Property type conversion and XML formatting is performed
| |
| Command(String, Object) |
Replaces SQL Server style numbered AML parameters (used as attribute and element values) with the corresponding arguments.
Property type conversion and XML formatting is performed
|