SharpSchedule

ClientManager.Fetch Method (Int64)

Fetch a client from the database.

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

Parameters

id
The id of the client to fetch.

Return Value

Missing <returns> documentation for M:Ozanam.Schedule.Store.Database.ClientAccess.ClientManager.Fetch(System.Int64)

See Also

ClientManager Class | Ozanam.Schedule.Store.Database.ClientAccess Namespace | ClientManager.Fetch Overload List