SharpSchedule

PlanAccessHelper.Fetch Method (Int64)

Fetch the given plan from the database.

[Visual Basic]
Overloads Public Function Fetch( _
   ByVal id As Long _
) As Plan
[C#]
public Plan Fetch(
   long id
);

Parameters

id
Missing <param> documentation for id

Return Value

Missing <returns> documentation for M:Ozanam.Schedule.Web.Database.PlanAccessHelper.Fetch(System.Int64)

See Also

PlanAccessHelper Class | Ozanam.Schedule.Web.Database Namespace | PlanAccessHelper.Fetch Overload List