Removes all relations that satisfy a given predicate from this collection.
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
public void RemoveAll( Predicate<DataRelation> match )
Parameters
- match
- Type: SystemPredicateDataRelation
The predicate.
Version Information
See Also