dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniCommandBuilder Class / UpdatingFields Property

UpdatingFields Property (UniCommandBuilder)
Gets or sets list of fields to modify.
Syntax
'Declaration
 
Public Overrides NotOverridable Property UpdatingFields As String
 

Property Value

The string containing list of field names separated by semicolon.
Remarks
Devart.Common.DbCommandBuilderBase.UpdatingFields is used by Devart.Common.DbCommandBuilderBase.GetInsertCommand and Devart.Common.DbCommandBuilderBase.GetUpdateCommand overloads that do not have fields argument. If Devart.Common.DbCommandBuilderBase.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