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

On this page
    UpdatingTable Property (PgSqlCommandBuilder)
    On this page

    Gets or sets table name to generate update statements for.

    Syntax
    'Declaration
     
    Public Shadows Property UpdatingTable As String
    public new string UpdatingTable {get; set;}

    Property Value

    The name of the table.
    Remarks
    Use the UpdatingTable property to generate SQL statements for specific table in a complicated query.
    See Also