The IMetabaseUpdateSqlNode interface contains the properties of the SQL Operator update object.
| Property name | Brief description | |
| Database | The Database property determines a key of database, SQL query is executed to connect with it. | |
| DatabaseNode | The DatabaseNode property returns DB to which SQL query is executed as an update object. | |
| IgnoreErrors | The IgnoreErrors property determines whether it is possible to pass SQL operator if an error appears during its execution. | |
| IsDatabaseValid | The IsDatabaseValid property returns whether there is a database, to which SQL operator executes query in the current repository | |
| Sql | The Sql property determines query text of SQL operator executed on update. |
| Property name | Brief description | |
| ClearSql | The ClearSql method cleans SQL query text for all drivers. | |
| SetDefaultSql | The SetDefaultSql method assigns SQL query text used for all DBMS by default. |
| Property name | Brief description | |
| Condition | The Condition property returns a condition with the execution of which the object is updated. | |
| Enabled | The Enabled property determines whether the object should be updated. | |
| Index | The Index property returns an index of the object being updated. | |
| Key | The Key property returns a key of the update object. | |
| Label | The Label property determines a label of the update object. | |
| NodeType | The NodeType property returns a type of the update object. | |
| ParentNode | The ParentNode property returns a parent structure for the update object. |
| Method name | Brief description | |
| Prepare | The Prepare method prepares the object for updating. |
See also: