dotConnect for Zoho Books Documentation
Devart.Data.ZohoBooks Namespace / ZohoBooksCommandBuilder Class / UpdatingFields Property

In This Topic
UpdatingFields Property (ZohoBooksCommandBuilder)
In This Topic
Gets or sets list of fields to modify.
Syntax
'Declaration
 
Public Overrides Property UpdatingFields As String
 

Property Value

The string containing list of field names separated by semicolon.
Remarks
UpdatingFields is used by GetInsertCommand and GetUpdateCommand overloads that do not have fields argument. If the UpdatingFields property is empty, full set of columns is used.
See Also