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