XPDictionary.GetDataStoreSchema(XPClassInfo[]) Method
Gets the complete schema of a data store that corresponds to the specified persistent class metadata information.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
types | XPClassInfo[] | An array of the XPClassInfo objects. |
Returns
Type | Description |
---|---|
DBTable[] | An array of data tables of the DBTable type that correspond to the metadata information which is passed as the types parameter. |
See Also