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: 23.2.417.0 (23.2.417.0)
Syntaxpublic EntitySet<TEntity> InputEntities { get; set; }
Public Property InputEntities As EntitySet(Of TEntity)
Get
Set
public:
property EntitySet<TEntity>^ InputEntities {
EntitySet<TEntity>^ get ();
void set (EntitySet<TEntity>^ value);
}
member InputEntities : EntitySet<'TEntity> with get, set
Property Value
Type:
EntitySetTEntity
See Also