protected virtual void ParseSelectQuery( System.string selectQuery, out System.string tableName, out System.string[] columnNames )
Parameters
- selectQuery
- The SELECT query to parse. Cannot be null and should be a valid SELECT query.
- tableName
- The determined table name.
- columnNames
- The names of the columns that take part in the SELECT query or null if all columns should be used.