Click or drag to resize

DatabaseOpenDataReader Method (String, IDbConnection, DataFuncOptions, String)

Opens a recordset using the specified connection.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public IDataReader OpenDataReader(
	string source,
	IDbConnection activeConnection,
	DataFuncOptions options,
	string args
)

Parameters

source
Type: SystemString
The SQL statement to execute.
activeConnection
Type: System.DataIDbConnection
An IDbConnection object.
options
Type: NetQuarryDataFuncOptions
Command options.
args
Type: SystemString
Command specific arguments.

Return Value

Type: IDataReader
An opened IDataReader object.

Implements

IDatabaseOpenDataReader(String, IDbConnection, DataFuncOptions, String)
See Also