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

In This Topic
    Alias Property (SelectTable)
    In This Topic
    Gets or sets table alias.
    Syntax
    'Declaration
     
    Public Property Alias As String
    public string Alias {get; set;}

    Property Value

    Table alias.
    See Also