Click or drag to resize
DBDriverBaseCreateStoredProcCallCommand Method
Overload List
  NameDescription
Public methodCreateStoredProcCallCommand(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.
Public methodCreateStoredProcCallCommand(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.
Top
See Also