Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Session.SuppressThrowingAssociationCollectionWithDisabledLoading Property

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.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

[Obsolete("Using that property will suppress detection of some potential problems with associated collections. Use it at your own risk.")]
public static bool SuppressThrowingAssociationCollectionWithDisabledLoading { get; set; }

Property Value

Type Description
Boolean

true, to suppress exceptions; otherwise false.

Remarks

Generally, you don’t need to use this property.

See Also