SharpSchedule

ClientAddressManager.Fetch Method (Int64)

Retrieve the client address for the given id.

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

Parameters

id
The id of the client address.

Return Value

The client address.

See Also

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