dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteMetaDataCollectionNames Class / ViewColumns Field

On this page
    ViewColumns Field
    On this page
    The name of the metadata collection for columns available in database views.
    Syntax
    'Declaration
     
    Public Shared ReadOnly ViewColumns As String
    public static readonly string ViewColumns

    Field Value

    The value is "ViewColumns".
    See Also