CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

Filter.Contains Method

Filter class is available in commercial version only.

Indicates if the Filter contains an expression of the supplied type for the column indicated.

[Visual Basic]
Public Function Contains( _
ByVal columnIndex As Integer, _
ByVal expression As String _
) As Boolean
[C#]
public bool Contains(
int columnIndex,
string expression
);

Parameters

columnIndex
The column to which the expression applies.
expression
The expression to be evaluated.

Return Value

See Also

Filter Class | AldenSystems.CSVEngine Namespace