SharpSchedule

ClientAccessHelper.Fetch Method (String)

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

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

Parameters

id
Missing <param> documentation for id

Return Value

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

See Also

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