dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDataTable Class / UpdatingFields Property

In This Topic
UpdatingFields Property (MySqlDataTable)
In This Topic
Gets or sets string containing list of field names used to generate update commands.
Syntax
'Declaration
 
Public Shadows Property UpdatingFields As String
 

Property Value

The string containing list of field names separated by semicolon.
See Also