PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Overload List

Name Description
Public method CreateCommand()()()()
Create an IDbCommand instance for the current database server.
(Overrides Database..::CreateCommand()()()().)
Public method CreateCommand(IDbConnection)
Creates an IDbCommand instance with the given connection..
(Inherited from Database.)
Public method CreateCommand(IDbTransaction)
Creates an IDbCommand instance with the given transaction..
(Inherited from Database.)
Public method CreateCommand(IDbConnection, IDbTransaction) Obsolete.
Creates an IDbCommand instance with the given connection and transaction.
(Inherited from Database.)
Public method CreateCommand(IDbConnection, IDbTransaction, String, array<Object>[]()[][])
Creates an IDbCommand instance with the given connection, transaction, command text and parameters set.
(Inherited from Database.)

See Also

Advanced