ORM Sample Class Library

StudentCollectionOrmTemplate.FindBy Method (String, Object, CompareType)

Find the first in the collection, based on the supplied property.

[Visual Basic]
Overloads Public Function FindBy( _
   ByVal property As String, _
   ByVal searchValue As Object, _
   ByVal comparer As CompareType _
) As Student
[C#]
public Student FindBy(
   string property,
   object searchValue,
   CompareType comparer
);

Parameters

property
The property to find by
searchValue
comparer

Return Value

See Also

StudentCollectionOrmTemplate Class | OleroTrainingBiz Namespace | StudentCollectionOrmTemplate.FindBy Overload List


Olero Software Inc. 2002-2004

Generated from assembly OleroTrainingBiz [1.0.1565.29993]

/td>