Find all columns satisfying the Predicate.
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 IEnumerable<DataColumn> FindAll( Predicate<DataColumn> match )
Parameters
- match
- Type: SystemPredicateDataColumn
The Predicate delegate that defines the conditions of the elements to search for.
Return Value
Type: IEnumerableDataColumnThe columns satisfying the Predicate.
Version Information
See Also