ORM Sample Class Library

DataManager.GetRoom Method 

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

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

Parameters

relations
Specify which related tables should be fetched during this query

Return Value

A Room, or null if not found

See Also

DataManager Class | OleroTrainingBiz Namespace


z Namespace


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