ORM Sample Class Library

StudentCollectionOrmTemplate.FilterByFKContactID Method (SqlInt32, CompareType)

Filter by the property FKContactID.

[Visual Basic]
Overloads Public Function FilterByFKContactID( _
   ByVal searchValue As SqlInt32, _
   ByVal comparer As CompareType _
) As StudentCollection
[C#]
public StudentCollection FilterByFKContactID(
   SqlInt32 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.FilterByFKContactID Overload List


>a>

Copyright Olero Software Inc. 2002-2004

Generated from assembly OleroTrainingBiz [1.0.1565.29993]

/td>