IDatabaseOpenTable Method (String) |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax DataTable OpenTable(
string source
)
Function OpenTable (
source As String
) As DataTable
Parameters
- source
- Type: SystemString
The SQL string to run on the datasource
Return Value
Type:
DataTableThe populated data table.
See Also