DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / UpdateStatement Class / Table Property

In This Topic
    Table Property (UpdateStatement)
    In This Topic
    The table to be updated
    Syntax
    'Declaration
     
    Public Property Table As QualifiedTableName
    public QualifiedTableName Table {get; set;}
    See Also