ORM Sample Class Library

ScheduleCollectionOrmTemplate.FindByFKRoomID Method (SqlInt32, CompareType)

Find a Schedule by the property FKRoomID. returns null if not found.

[Visual Basic]
Overloads Public Function FindByFKRoomID( _
   ByVal searchValue As SqlInt32, _
   ByVal comparer As CompareType _
) As Schedule
[C#]
public Schedule FindByFKRoomID(
   SqlInt32 searchValue,
   CompareType comparer
);

Parameters

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

Return Value

An Schedule if found, or null

See Also

ScheduleCollectionOrmTemplate Class | OleroTrainingBiz Namespace | ScheduleCollectionOrmTemplate.FindByFKRoomID Overload List


v>3]

rom assembly OleroTrainingBiz [1.0.1565.29993]

Olero Software Inc. 2002-2004

Generated from assembly OleroTrainingBiz [1.0.1565.29993]

/td>