Click or drag to resize

EntityFilterChainTEntityHomelessEntities Property

Gets the set of entities that do not match any of the filters in the chain.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public EntitySet<TEntity> HomelessEntities { get; }

Property Value

Type: EntitySetTEntity
See Also