Skip to main content
A newer version of this page is available. .

IObjectLayerEx Members

Defines members providing backward compatibility for sessions that directly accessed corresponding IDataLayer members in previous XPO versions.

Properties

Name Description
AutoCreateOption When implemented by a class, returns an AutoCreateOption value associated with an object layer.
Connection When implemented by a class, provides access to a IDbConnection object that is used to access a database.

Methods

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.

Events

Name Description
SchemaInit When implemented by a class, this event will occur when a data store’s schema is initialized or updated.
See Also