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

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