Session.SuppressThrowingAssociationCollectionWithDisabledLoading Property
In This Article
OBSOLETE
Using that property will suppress detection of some potential problems with associated collections. Use it at your own risk.
Specifies whether exceptions are thrown when committing changes in a collection whose XPBaseCollection.LoadingEnabled property is set to false.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Remarks
Generally, you don’t need to use this property.
See Also