Mimer SQL Data Provider
GetSchema(String) Method




Mimer.Data.Client Namespace > MimerConnection Class > GetSchema Method : GetSchema(String) Method
The name of the collection to retrieve information about.
Retrieve metadata information for a specific collection without any restrictions.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Function GetSchema( _
   ByVal collectionName As String _
) As DataTable
public override DataTable GetSchema( 
   string collectionName
)
public function GetSchema( 
    collectionName: String
): DataTable; override; 
public override function GetSchema( 
   collectionName : String
) : DataTable;
public: DataTable* GetSchema( 
   string* collectionName
) override 

Parameters

collectionName
The name of the collection to retrieve information about.

Return Value

A System.Data.DataTable with the requested information.
Remarks
This call retrieves a System.Data.DataTable with information about the collection specified by collectionName without any restrictions. For a list of valid restriction names see GetSchema(String,String[]).
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

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