IDatabaseOpenDataReader Method (String, String) |
Opens a recordset using the internal connection and default options.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax IDataReader OpenDataReader(
string source,
string logSource
)
Function OpenDataReader (
source As String,
logSource As String
) As IDataReader
Parameters
- source
- Type: SystemString
The SQL statement to execute. - logSource
- Type: SystemString
The source of the operation, to be logged to the devlog.
Return Value
Type:
IDataReaderAn opened
IDataReader object.
See Also