Parameters
- collectionName
- Name of the collection to get information about.
Return Value
A System.Data.DataTable object.
GetSchema with 1 argument returns general information about the collection queried. To get the list of collections, call the GetSchema method without parameters, or with single parameter "MetaDataCollections" (which is actually the same). The table object returned by the method will contain three columns. The first field of every row is a keyword allowed to pass to the method (as collectionName argument). The second field is number of restriction values for this keywords (passed through restrictionValues argument).
Refer to "Retrieving Metadata" article for detailed information.