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

See Also

Database Class
Database Members
Smartsite.Data Namespace
Advanced