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

In This Topic
    Table Property
    In This Topic
    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