IObjectLayerEx Methods
Defines members providing backward compatibility for sessions that directly accessed corresponding IDataLayer members in previous XPO versions.Name | Description |
---|---|
LoadDelayedProperties(Session, IList, XPMemberInfo) | When implemented by a class, loads data to a specific property marked for delayed loading in specified objects. |
LoadDelayedProperties(Session, Object, MemberPathCollection) | When implemented by a class, loads data to specific properties marked for delayed loading in a specified object. |
UpdateSchema(Boolean, XPClassInfo[]) | When implemented by a class, updates a data store’s schema according to the class descriptions of the specified types. |
See Also