ORM Sample Class Library

FetchPath.Enrollment Property

Start the fetch from Enrollment

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


a> (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods