dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlCommandBuilder Class / UpdatingFields Property

In This Topic
    UpdatingFields Property (PgSqlCommandBuilder)
    In This Topic
    Gets or sets list of fields to modify.
    Syntax
    'Declaration
     
    Public Overrides Property UpdatingFields As String
    public override string UpdatingFields {get; set;}

    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