Mimer SQL Data Provider
GetSchema() Method




Mimer.Data.Client Namespace > MimerConnection Class > GetSchema Method : GetSchema() Method
Retrieve general metadata information for the current connection.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Function GetSchema() As DataTable
public override DataTable GetSchema()
public function GetSchema(): DataTable; override; 
public override function GetSchema() : DataTable;
public: DataTable* GetSchema(); override 

Return Value

A System.Data.DataTable with the requested information.
Remarks
This call retrieves a System.Data.DataTable with information about the MetaDataCollections collection without any restrictions.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerConnection Class
MimerConnection Members
Overload List
GetSchema(String,String[]) Method