Click or drag to resize

AccessEntityFilterTEntityEntityParameter Property

Gets or sets the entity parameter placeholder in the Query. ApplyChanges(EvaluatorGroup) must be called after setting this property 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 EntityParameter<TEntity> EntityParameter { get; set; }

Property Value

Type: EntityParameterTEntity
See Also