CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

Filter Methods

The methods of the Filter class are listed below. For a complete list of Filter class members, see the Filter Members topic.

Public Instance Methods

AddConditionOverloaded. Adds the expression as a matching condition for the specified column.
ClearOverloaded. Clears all expressions applied to the specified column.
Contains Indicates if the Filter contains an expression of the supplied type for the column indicated.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
Evaluate Evaluates the supplied Row against the conditions defined in the Filter.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
RemoveCondition Removes the expression as a condition for the specified column.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

Filter Class | AldenSystems.CSVEngine Namespace