dotConnect for Dynamics 365 Documentation
Devart.Common Namespace / DbCommandBuilder Class / UpdatingFields Property

    UpdatingFields Property (DbCommandBuilder)
    Gets or sets the list of the fields, separated with ';' (semicolon), that should be updated with the update commands in the DbCommandBuilder. If the field is not included in the list, it will not be updated.
    Syntax
    'Declaration
     
    Public MustOverride Property UpdatingFields As String
     

    Property Value

    The list of the fields, separated with ';' (semicolon), that should be updated with the update commands in the DbCommandBuilder.
    Remarks
    If the property contains an empty string, all fields will be updated.
    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