RoomCollectionOrmTemplate.FindByDateCreated Method (SqlDateTime)
Find a Room by the property DateCreated. returns null if not found.
[Visual Basic]Overloads Public Function FindByDateCreated( _
ByVal
searchValue As
SqlDateTime _
) As
Room Parameters
- searchValue
- The value to search for
Return Value
An Room if found, or null
See Also
RoomCollectionOrmTemplate Class | OleroTrainingBiz Namespace | RoomCollectionOrmTemplate.FindByDateCreated Overload List