ORM Sample Class Library

RoomCollectionOrmTemplate.FindByDateCreated Method (SqlDateTime, CompareType)

Find a Room by the property DateCreated. returns null if not found.

[Visual Basic]
Overloads Public Function FindByDateCreated( _
   ByVal searchValue As SqlDateTime, _
   ByVal comparer As CompareType _
) As Room
[C#]
public Room FindByDateCreated(
   SqlDateTime searchValue,
   CompareType comparer
);

Parameters

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

Return Value

An Room if found, or null

See Also

RoomCollectionOrmTemplate Class | OleroTrainingBiz Namespace | RoomCollectionOrmTemplate.FindByDateCreated Overload List


erated from assembly OleroTrainingBiz [1.0.1565.29993]

ro Software Inc. 2002-2004

Generated from assembly OleroTrainingBiz [1.0.1565.29993]

/td>