ORM Sample Class Library

FetchPath.Course Property

Start the fetch from Course

[Visual Basic]
Public Shared ReadOnly Property Course As CourseRelation
[C#]
public static FetchPath._.CourseRelation Course {get;}

Remarks

The FetchPath must start at the root table being fetched. i.e the DataManager.Get<TableName1>() and The FetchPath.<TableName1>.<more tables>.... should match

See Also

FetchPath Class | OleroTrainingBiz Namespace


/body>bjectClassToStringTopic.htm">ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods