GetDataStoreSchema(XPClassInfo[])
|
types
|
Gets 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[])
|
assemblies
|
Gets the complete schema of a data store that corresponds to the persistent objects which are defined within the specified assemblies.
|
GetDataStoreSchema(Type[])
|
types
|
Gets the complete schema of a data store that corresponds to the persistent objects of the specified class types.
|