Click or drag to resize

EntityFilterChainTEntityInputEntities Property

Gets or sets the input entity set being filtered. After setting this property, you must call ApplyChanges in order for the change to take effect.

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> InputEntities { get; set; }

Property Value

Type: EntitySetTEntity
See Also