C# Workmates API
 All Classes Namespaces Functions Variables Enumerations Enumerator
static ReturnCode GetWorkmate ( int  workmateId,
out Workmate  workmate 
)
inlinestatic

The function retrieves the workmate structure from the database based on the workmate id.

Parameters
workmateIdthe id of the workmate
workmatethe workmate's data structure as output
Returns
ReturnCode enumeration

The function retrieves the workmate data structure if the workmate exists.
In case it does not exist the function returns the code WorkmateNotDefined and the workmate structure is undefined.

See also
InsertWorkmate DeleteWorkmate UpdateWorkmate