XPDictionary.GetDataStoreSchema(XPClassInfo[]) Method
In This Article
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.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public DBTable[] GetDataStoreSchema(
params XPClassInfo[] types
)
#Parameters
Name | Type | Description |
---|---|---|
types | XPClass |
An array of the XPClass |
#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