Skip to main content

XPDictionary.GetDataStoreSchema(IEnumerable<Type>) Method

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public DBTable[] GetDataStoreSchema(
    IEnumerable<Type> types
)

Parameters

Name Type
types IEnumerable<Type>

Returns

Type
DBTable[]
See Also