ORM Sample Class Library

CourseCollectionOrmTemplate.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 Course
[C#]
public Course FindBy(
   string property,
   object searchValue,
   CompareType comparer
);

Parameters

property
The property to find by
searchValue
comparer

Return Value

See Also

CourseCollectionOrmTemplate Class | OleroTrainingBiz Namespace | CourseCollectionOrmTemplate.FindBy Overload List


lero Software Inc. 2002-2004

Generated from assembly OleroTrainingBiz [1.0.1565.29993]

/td>