DataEngine.GetTableFromSQLStatement

Returns the table specified in the FROM clause of a SQL statement.

public string GetTableFromSQLStatement(string SQLStatement);

Return Value

The table specified in the FROM clause.

Parameters

SQLStatement
The SQL statement to parse.


See also:

Class DataEngine

© Stonefield Software Inc., 2023 • Updated: 06/06/16
Comment or report problem with topic