CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

Reader.Read Method (Filter)

This method is available in the commercial version only.

Advances the reader to the next row that fulfils the conditions specified by the supplied Filter.

[Visual Basic]
Overloads Public Function Read( _
ByVal rowFilter As Filter _
) As Boolean
[C#]
public bool Read(
Filter rowFilter
);

Parameters

rowFilter
A Filter containing the conditions for matching row data.

Return Value

True if the reader was advanced and an applicable row read successfully, false otherwise.

Remarks

This method is available in the commercial version only.

Exceptions

Exception Type Condition
ArgumentNullException Thrown if rowFilter is null.

See Also

Reader Class | AldenSystems.CSVEngine Namespace | Reader.Read Overload List