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 | |
---|---|---|
ExecuteReader(IDbCommand) |
Executes the query in the given IDbCommand
|
|
ExecuteReader(IDbCommand, DatabaseExecuteSettings) |
Executes the query in the given IDbCommand
|
|
ExecuteReader(String, array<Object>[]()[][]) |
Executes the query and returns an IDataReader with the result.
|
|
ExecuteReader(IDbCommand, String, array<Object>[]()[][]) |
Executes the query and returns an IDataReader with the result.
|
|
ExecuteReader(DatabaseExecuteSettings, String, array<Object>[]()[][]) |
Executes the query and returns an IDataReader with the result.
|
|
ExecuteReader(IDbCommand, DatabaseExecuteSettings, String, array<Object>[]()[][]) |
Executes the query and returns an IDataReader with the result.
|