Click or drag to resize

DBDriverBaseCreateCommand Method

Overload List
  NameDescription
Public methodCreateCommand(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
Public methodCreateCommand(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
Top
See Also