ORM Sample Class Library

DataManager.GetContact Method 

Gets a OleroTrainingBiz.Contact based on the criteria specified by QueryCriteria.And(..).

[Visual Basic]
Public Function GetContact( _
   ParamArray relations As FetchPathRelation() _
) As Contact
[C#]
public Contact GetContact(
   params FetchPathRelation[] relations
);

Parameters

relations
Specify which related tables should be fetched during this query

Return Value

A Contact, or null if not found

See Also

DataManager Class | OleroTrainingBiz Namespace


"> Exposes the collection of child OleroTrainingBiz.Schedules.

Explicit Interface Implementations