Skip to content

ISqlQueryToString.ToString method

Converts the query to string.

public string ToString(ISqlQuery sqlQuery)
parameter description
sqlQuery The SQL query to convert.

Return Value

The string representation of the query.

See Also