SharpSchedule

PlanFastReader.FetchList Method 

Get a list of plans and return the result set as a collection without populating the plan details. NOTE: This does not load the plan details but is quicker.

[Visual Basic]
Public Function FetchList() As PlanCollection
[C#]
public PlanCollection FetchList();

Return Value

Missing <returns> documentation for M:Ozanam.Schedule.Store.Database.ScheduleAccess.PlanFastReader.FetchList

See Also

PlanFastReader Class | Ozanam.Schedule.Store.Database.ScheduleAccess Namespace