SharpSchedule

StaffAccessHelper.Fetch Method (Int64)

Fetch a staff member from the database.

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

Parameters

id
Missing <param> documentation for id

Return Value

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

See Also

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