DatabaseOpenTable Method (String, String) | 
  
    Namespace: 
   NetQuarry
    Assembly:
   EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic DataTable OpenTable(
	string source,
	string logSource
)
Public Function OpenTable ( 
	source As String,
	logSource As String
) As DataTable
Parameters
- source
 - Type: SystemString
The SQL string to run on the datasource - logSource
 - Type: SystemString
The source of the operation, to be logged to the devlog. 
Return Value
Type: 
DataTableThe populated data table.
Implements
IDatabaseOpenTable(String, String)
See Also