IMetabaseUpdateSqlNode.ClearSql

Syntax

ClearSql;

Description

The ClearSql method cleans SQL query text for all drivers.

Comments

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.

Example

The method use is given in the description of IMetabaseUpdateSqlNode.SetDefaultSql.

See also:

IMetabaseUpdateSqlNode