GetData¶
Executes a query using the specified column and value as a single criterion, and returns the resulting DataTable instance.
1 | |
Executes a query using a specific column and value as criteria and returns the resulting data table instance.
1 | |
Parameters¶
string schema
The name of the target schema.
string table
The name of the target table.
string column
The name of the column to use as criteria.
any value
The value of the column to use as criteria.
string store
The name or ID of the target data store. This parameter is optional.
Returns¶
A DataTable instance containing the query results.
Remarks¶
If no rows match, the return value is an empty data table.
Example¶
1 | |
Example¶
1 | |