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