dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlDataTable Class / UpdatingTable Property

In This Topic
    UpdatingTable Property (SqlDataTable)
    In This Topic
    Gets or sets the string containing table name used to generate update commands.
    Syntax
    'Declaration
     
    Public Shadows Property UpdatingTable As String
    public new string UpdatingTable {get; set;}

    Property Value

    The string containing table name.
    See Also