DBDriverBaseCreateCommand Method |
Name | Description | |
---|---|---|
CreateCommand(String) |
Creates a new command with the query set as command text and a new connection object set as its connection. It sets the command timeout
to the static command time set in the DDDriverbase class
| |
CreateCommand(DbConnection, String) |
Creates a new command with the query set as command text and the connection passed in set as its connection. It sets the command timeout
to the static command time set in the DDDriverbase class
|