A newer version of this page is available.
Switch to the current version.
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) | 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(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(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. |
Feedback