Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Session.CreateObjectTypeRecords Method

Name Parameters Description
CreateObjectTypeRecords() none Stores valid persistent types for all the types which are defined within the assemblies that have been loaded in the current application domain.
CreateObjectTypeRecords(XPClassInfo[]) types Stores valid persistent types for the specified persistent class metadata information.
CreateObjectTypeRecords(Boolean, XPClassInfo[]) createOnlyNecessary, types Stores valid persistent types for the specified persistent class metadata information.
CreateObjectTypeRecords(Boolean, Assembly[]) createOnlyNecessary, assemblies Stores valid persistent types for all the types which are defined within the specified assemblies.
CreateObjectTypeRecords(Boolean, Type[]) createOnlyNecessary, types Stores valid persistent types for the specified class types.
CreateObjectTypeRecords(Boolean) createOnlyNecessary Stores valid persistent types for all the types which are defined within the assemblies that have been loaded in the current application domain.
CreateObjectTypeRecords(Assembly[]) assemblies Stores valid persistent types for all the types which are defined within the specified assemblies.
CreateObjectTypeRecords(Type[]) types Stores valid persistent types for the specified class types.