Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public DBTable[] GetDataStoreSchema(
    params XPClassInfo[] types
)

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