dotConnect for SQLite Documentation
Devart.Common Namespace / SelectColumn Class / Table Property

On this page
    Table Property
    On this page
    Gets or sets table or view that the column belongs to.
    Syntax
    'Declaration
     
    Public Property Table As String
    public string Table {get; set;}

    Property Value

    A table or view that the column belongs to.
    See Also