dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteMetaDataCollectionNames Class
Fields

In This Topic
    SQLiteMetaDataCollectionNames Class Members
    In This Topic

    The following tables list the members exposed by SQLiteMetaDataCollectionNames.

    Public Constructors
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)The name of the metadata collection for known catalogs with SQLite database files.  
    Public Fieldstatic (Shared in Visual Basic)The name of the metadata collection for table columns.  
    Public Fieldstatic (Shared in Visual Basic)The name of the metadata collection for the data source.  
    Public Fieldstatic (Shared in Visual Basic)The name of the metadata collection for SQLite data types.  
    Public Fieldstatic (Shared in Visual Basic)The name of the metadata collection for columns used in foreign keys.  
    Public Fieldstatic (Shared in Visual Basic)The name of the metadata collection for foreign keys.  
    Public Fieldstatic (Shared in Visual Basic)The name of the metadata collection for columns used in indexes.  
    Public Fieldstatic (Shared in Visual Basic)The name of the metadata collection for table indexes.  
    Public Fieldstatic (Shared in Visual Basic)The name of the metadata collection for metadata collection definitions.  
    Public Fieldstatic (Shared in Visual Basic)The name of the metadata collection for primary keys.  
    Public Fieldstatic (Shared in Visual Basic)The name of metadata collection for the reserved words.  
    Public Fieldstatic (Shared in Visual Basic)The name of the metadata collection for metadata restrictions.  
    Public Fieldstatic (Shared in Visual Basic)The name of the metadata collection for SSIS tables.  
    Public Fieldstatic (Shared in Visual Basic)The name of the metadata collection for SQLite tables.  
    Public Fieldstatic (Shared in Visual Basic)The name of the metadata collection for triggers.  
    Public Fieldstatic (Shared in Visual Basic)The name of the metadata collection for unique keys.  
    Public Fieldstatic (Shared in Visual Basic)The name of the metadata collection for user-defined functions.  
    Public Fieldstatic (Shared in Visual Basic)The name of the metadata collection for columns available in database views.  
    Public Fieldstatic (Shared in Visual Basic)The name of the metadata collection for database views.  
    Top
    See Also