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.
Public method CreateCommand(IDbConnection)
Creates an IDbCommand instance with the given connection..
Public method CreateCommand(IDbTransaction)
Creates an IDbCommand instance with the given transaction..
Public method CreateCommand(IDbConnection, IDbTransaction) Obsolete.
Creates an IDbCommand instance with the given connection and transaction.
Public method CreateCommand(IDbConnection, IDbTransaction, String, array<Object>[]()[][])
Creates an IDbCommand instance with the given connection, transaction, command text and parameters set.

See Also

Database Class
Database Members
Smartsite.Data Namespace
Advanced