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: 8.0.5.0 (8.0.5.20210818)
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