ContactCollectionOrmTemplate.FindByAddress1 Method (String, CompareType)
 Find a Contact by the property Address1. returns null if not found. 
[Visual Basic]Overloads Public Function FindByAddress1( _
   ByVal 
searchValue As 
String, _
   ByVal 
comparer As 
CompareType _
) As 
Contact 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.FindByAddress1 Overload List