SerializableObjectLayerProxyBase.CanLoadCollectionObjects Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
[Browsable(false)]
public virtual bool CanLoadCollectionObjects { get; }
#Implements
See Also