dotConnect for SQLite Documentation
Devart.Common Namespace / SelectTable Class / Name Property

On this page
    Name Property (SelectTable)
    On this page
    Gets or sets name of the table or subquery text.
    Syntax
    'Declaration
     
    Public Property Name As String
    public string Name {get; set;}

    Property Value

    The name of the table or subquery text.
    See Also