Click or drag to resize

DatabaseOpenDataReader Method (String, String, Int32)

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
public IDataReader OpenDataReader(
	string source,
	string logSource,
	int commandTimeout
)

Parameters

source
Type: SystemString
The SQL statement to execute.
logSource
Type: SystemString
The source of the operation, to be logged to the devlog.
commandTimeout
Type: SystemInt32
The command timeout to set on the underlying connection.

Return Value

Type: IDataReader
An opened IDataReader object.

Implements

IDatabaseOpenDataReader(String, String, Int32)
See Also