Skip to main content
.NET 6.0+

XPBaseCollection.HintCollection Property

This member supports the .NET Framework infrastructure and cannot be used directly from your code.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

[Browsable(false)]
public IEnumerable HintCollection { get; set; }

Property Value

Type Description
IEnumerable

An object that implements the IEnumerable interface.

Remarks

Persistent objects that have already been loaded to the Cache can be added to the HintCollection collection, provided that the XPCollection isn’t loaded. In this instance, when the collection is loaded, it will retrieve objects from this collection, but not from the data store.

See Also