dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlDataTable Class / UpdatingKeyFields Property

On this page
    UpdatingKeyFields Property (PgSqlDataTable)
    On this page
    Gets or sets string containing list of key field names separated by semicolon. They are used to generate update commands.
    Syntax
    'Declaration
     
    Public Shadows Property UpdatingKeyFields As String
    public new string UpdatingKeyFields {get; set;}

    Property Value

    The string containing list of key field names separated by semicolon.
    See Also