SharpSchedule

PlanAccessHelper.Fetch Method (String)

Fetch the given plan from the database.

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

Parameters

id
Missing <param> documentation for id

Return Value

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

See Also

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