DataAccessExecuteQueryDirect Method (String, String) |
Returns a dataset loaded with the results of the specified select SQL query.
Doesn't look for any parameter
Namespace:
WorkflowGen.My.Data
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax public DataSet ExecuteQueryDirect(
string sqlQuery,
string tableIdentifier
)
Public Function ExecuteQueryDirect (
sqlQuery As String,
tableIdentifier As String
) As DataSet
Parameters
- sqlQuery
- Type: SystemString
A select SQL query - tableIdentifier
- Type: SystemString
A table name identifier
Return Value
Type:
DataSetThe loaded dataset
Remarks Obsolete
See Also