SharpSchedule

StaffAccessHelper.Fetch Method (String)

Convert the id to a long value and then fetch from the database.

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

Parameters

id
Missing <param> documentation for id

Return Value

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

See Also

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