ORM Sample Class Library

StudentCollectionOrmTemplate.FindByID Method (String, CompareType)

Find a Student by the property ID. returns null if not found.

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

Parameters

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

Return Value

An Student if found, or null

See Also

StudentCollectionOrmTemplate Class | OleroTrainingBiz Namespace | StudentCollectionOrmTemplate.FindByID Overload List


4

Generated from assembly OleroTrainingBiz [1.0.1565.29993]

5.29993]

> from assembly OleroTrainingBiz [1.0.1565.29993]

Olero Software Inc. 2002-2004

Generated from assembly OleroTrainingBiz [1.0.1565.29993]

/td>