Back to Devexpress

IObjectLayerEx Members

xpo-devexpress-dot-xpo-dot-iobjectlayerex-dot-underscore-members.md

latest2.1 KB
Original Source

IObjectLayerEx Members

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

Properties

NameDescription
AutoCreateOptionWhen implemented by a class, returns an AutoCreateOption value associated with an object layer.
ConnectionWhen implemented by a class, provides access to a IDbConnection object that is used to access a database.

Methods

NameDescription
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

NameDescription
SchemaInitWhen implemented by a class, this event will occur when a data store’s schema is initialized or updated.

See Also

IObjectLayerEx Interface

DevExpress.Xpo Namespace