dotConnect for SQLite Documentation
Devart.Common Namespace / DbConnectionBase Class / GetSchema Method / GetSchema() Method

In This Topic
GetSchema() Method
In This Topic
Returns list of metadata collections and number of restrictions for a collection.
Syntax
'Declaration
 
Public Overloads Overrides Function GetSchema() As DataTable
 

Return Value

Remarks
Calling this method is actually same as calling GetSchema(String) method with parameter "MetaDataCollections". It allows to obtain information about names of the server schema elements.

Refer to "Retrieving Metadata" article for detailed information.

See Also