SharpSchedule

ClientManager.Update Method (Client, String)

Update the given client and it's children objects.

[Visual Basic]
Overloads Public Sub Update( _
   ByVal client As Client, _
   ByVal user As String _
)
[C#]
public void Update(
   Client client,
   string user
);

Parameters

client
A client that is updated.
user
The user that is updating the database.

See Also

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