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

GetSchema() Method
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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also