ORM Sample Class Library

ContactCollectionOrmTemplate.FindByState Method (String, CompareType)

Find a Contact by the property State. returns null if not found.

[Visual Basic]
Overloads Public Function FindByState( _
   ByVal searchValue As String, _
   ByVal comparer As CompareType _
) As Contact
[C#]
public Contact FindByState(
   string searchValue,
   CompareType comparer
);

Parameters

searchValue
The value to search for
comparer
What sort of comparison should be made

Return Value

An Contact if found, or null

See Also

ContactCollectionOrmTemplate Class | OleroTrainingBiz Namespace | ContactCollectionOrmTemplate.FindByState Overload List


iningBiz [1.0.1565.29993]

ody>oTrainingBiz [1.0.1565.29993]

from assembly OleroTrainingBiz [1.0.1565.29993]

Olero Software Inc. 2002-2004

Generated from assembly OleroTrainingBiz [1.0.1565.29993]

/td>