ClearSql;
The ClearSql method cleans SQL query text for all drivers.
Use the IMetabaseUpdateSqlNode.SetDefaultSql property to assign SQL query text used for all drivers by default. The IMetabaseUpdateSqlNode.Sql property is used to assign SQL query text for a specified driver.
The Method use is given in the description for IMetabaseUpdateSqlNode.SetDefaultSql.
See also: