Sql.Net Class Library Documentation

SelectQuery.Validate Method 

Validates the SelectQuery

public void Validate();

Remarks

Sql.Net makes its best to validate a query before it is rendered or executed. Still, some errors and inconsistancies can only be found on later stages.

See Also

SelectQuery Class | Reeb.SqlOM Namespace