SQL Properties
The SQL type exposes the following members.
Properties
Name | Description | |
---|---|---|
CommandTimeout |
Gets or sets the command timeout.
|
|
ConnectionID |
The connection add from the config file.
|
|
ForceCommandType |
To overcome bad leacy code we will allow user to set the command type on a single command
|
|
HideException |
Gets or sets a value indicating whether [hide exception].
|
|
IsPersistentConnection |
Gets a value indicating whether this instance is persistent connection.
|
|
IsTransaction |
Gets a value indicating whether this instance is transaction.
|
|
LastException |
Gets or sets the last exception.
|
|
UseDefaultReturnParameter |
Gets or sets a value indicating whether [use default return parameter].
|