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