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

In This Topic
    Name Property (SelectColumn)
    In This Topic
    Gets or sets name of the column.
    Syntax
    'Declaration
     
    Public Property Name As String
    public string Name {get; set;}

    Property Value

    The name of the column.
    See Also