Click or drag to resize
IDatabaseAbstracterGetCommand Method
Overload List
  NameDescription
Public methodGetCommand
Creates a IDbCommand on the current connection.
Public methodGetCommand(Boolean)
Creates a new IDbCommand and attaches it to a database connection. If the abstracter is in transaction mode, and openConnection is false, the connection used is the transaction connection. Else, a new connection is used.
Top
See Also