SharpSchedule

ScheduleExceptionAccessHelper.Fetch Method (String)

Fetch the given schedule from the database.

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

Parameters

id
The id of the schedule to fetch.

Return Value

A schedule object.

See Also

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