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

SerializableObjectLayerProxyBase.CanLoadCollectionObjects Property

Obtains the value from the SerializableObjectLayer.CanLoadCollectionObjects property of an object layer instance returned by the SerializableObjectLayerProxyBase.GetObjectLayer method implementation.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

[Browsable(false)]
public virtual bool CanLoadCollectionObjects { get; }

Property Value

Type
Boolean
See Also