ORM Sample Class Library

DataManager.GetSchedule Method 

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

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

Parameters

relations
Specify which related tables should be fetched during this query

Return Value

A Schedule, or null if not found

See Also

DataManager Class | OleroTrainingBiz Namespace


lay: none;">
2002-2004

Generated from assembly OleroTrainingBiz [1.0.1565.29993]

delICustomTypeDescriptorGetClassName.html">ICustomTypeDescriptor.GetClassName (inherited from BusinessBase)GetClassName