DBDriverBaseCreateStoredProcCallCommand Method |
Name | Description | |
---|---|---|
CreateStoredProcCallCommand(String) |
Creates a new command with the stored procedure call as the 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.
| |
CreateStoredProcCallCommand(DbConnection, String) |
Creates a new command with the stored procedure call as the command text and the connection object passed in as its connection. It sets the command timeout
to the static command time set in the DDDriverbase class.
|