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
)
Function OpenDataReader (
source As String,
options As DataFuncOptions,
args As String
) As IDataReader
Parameters
- source
- Type: SystemString
The SQL statement to execute. - options
- Type: NetQuarryDataFuncOptions
Command options. - args
- Type: SystemString
Command specific arguments.
Return Value
Type:
IDataReaderAn opened
IDataReader object.
See Also