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