dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlCommandBuilder Class / UpdatingTable Property

In This Topic
UpdatingTable Property (MySqlCommandBuilder)
In This Topic

Gets or sets table name to generate update statements for.

Syntax
'Declaration
 
Public Shadows Property UpdatingTable As String
 

Property Value

The name of the table.
Remarks
Use the UpdatingTable property to generate SQL statements for specific table in a complicated query.
See Also