IMetabaseUpdateSqlNode.Sql

Syntax

Sql(Driver: String): String;

Parameters

Driver. DBMS driver identifier.

Description

The Sql property determines a query text of SQL command executed on update.

Comments

The list of identifiers that can be used as a value of the Driver parameter is given in the Summary List of Identifiers section. Determine the identifier of the DBMS installed on server where the update will be applied.

Example

The property use is given in the example for IMetabaseUpdateSqlNode.Database.

See also:

IMetabaseUpdateSqlNode