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

In This Topic
    Table Property (DeleteStatement)
    In This Topic
    The Table to delete from
    Syntax
    'Declaration
     
    Public Property Table As QualifiedTableName
    public QualifiedTableName Table {get; set;}
    See Also