ORM Sample Class Library

FetchPath.Teacher Property

Start the fetch from Teacher

[Visual Basic]
Public Shared ReadOnly Property Teacher As TeacherRelation
[C#]
public static FetchPath._.TeacherRelation Teacher {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>>

Protected Instance Methods