ORM Sample Class Library

StudentCollectionOrmTemplate.FilterByDateCreated Method (SqlDateTime, CompareType)

Filter by the property DateCreated.

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

Parameters

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

Return Value

A StudentCollection of Students

See Also

StudentCollectionOrmTemplate Class | OleroTrainingBiz Namespace | StudentCollectionOrmTemplate.FilterByDateCreated Overload List


a>

Copyright Olero Software Inc. 2002-2004

Generated from assembly OleroTrainingBiz [1.0.1565.29993]

/td>