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 GetCommand()()()()
Creates an IDbCommand instance on a new connection or joins an existing ambient transaction.
Public method GetCommand(Boolean%)
Creates an IDbCommand instance on a new connection or joins an existing ambient transaction.
Public method GetCommand(String)
Creates an IDbCommand instance on a new connection or joins an existing ambient transaction and sets the given commandText.
Public method GetCommand(DatabaseExecuteSettings%)
Creates an IDbCommand instance on a new connection or joins an existing ambient transaction.
Public method GetCommand(String, array<Object>[]()[][])
Creates an IDbCommand instance on a new connection or joins an existing ambient transaction and sets the commandText and parameters.

See Also

Database Class
Database Members
Smartsite.Data Namespace
Advanced