dotConnect for FreshBooks Documentation
Devart.Data.FreshBooks Namespace / FreshBooksCommandBuilder Class / UpdatingFields Property

UpdatingFields Property (FreshBooksCommandBuilder)
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also