Back to Devexpress

XPDictionary.GetDataStoreSchema Method

xpo-devexpress-dot-xpo-dot-metadata-dot-xpdictionary-dot-getdatastoreschema.md

latest1.4 KB
Original Source

XPDictionary.GetDataStoreSchema Method

NameParametersDescription
GetDataStoreSchema(XPClassInfo[])typesGets the complete schema of a data store that corresponds to the specified persistent class metadata information.
GetDataStoreSchema(IEnumerable<XPClassInfo>)types
GetDataStoreSchema(IEnumerable<Assembly>)assemblies
GetDataStoreSchema(IEnumerable<Type>)types
GetDataStoreSchema(Assembly[])assembliesGets the complete schema of a data store that corresponds to the persistent objects which are defined within the specified assemblies.
GetDataStoreSchema(Type[])typesGets the complete schema of a data store that corresponds to the persistent objects of the specified class types.