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

In This Topic
    Name Property (SelectTable)
    In This Topic
    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