ORM Sample Class Library

ContactCollectionOrmTemplate.FilterBy Method

Filter by the provided property name

Overload List

Filter by the provided property name

public ContactCollection FilterBy(string,object);

Filter by the provided property name

public ContactCollection FilterBy(string,object,CompareType);

See Also

ContactCollectionOrmTemplate Class | OleroTrainingBiz Namespace


mLib.CompareType.html">CompareType comparer
);

Parameters

property
The property to filter on
searchValue
The value to search for
comparer
How to compare the property to the search value

Return Value

A collection of Contacts

See Also

ContactCollectionOrmTemplate Class | OleroTrainingBiz Namespace | ContactCollectionOrmTemplate.FilterBy Overload List


/td>