ORM Sample Class Library

EnrollmentCollectionOrmTemplate.FindByFKScheduleID Method (String, CompareType)

Find a Enrollment by the property FKScheduleID. returns null if not found.

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

Parameters

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

Return Value

An Enrollment if found, or null

See Also

EnrollmentCollectionOrmTemplate Class | OleroTrainingBiz Namespace | EnrollmentCollectionOrmTemplate.FindByFKScheduleID Overload List


5.29993]

dy>assembly OleroTrainingBiz [1.0.1565.29993]

ht Olero Software Inc. 2002-2004

Generated from assembly OleroTrainingBiz [1.0.1565.29993]

/td>