Click or drag to resize

IDatabaseOpenDataReader Method (String, DataFuncOptions, String)

Opens a recordset using the internal connection.

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

Parameters

source
Type: SystemString
The SQL statement to execute.
options
Type: NetQuarryDataFuncOptions
Command options.
args
Type: SystemString
Command specific arguments.

Return Value

Type: IDataReader
An opened IDataReader object.
See Also