CommonDatabaseFunctionsGetEmployee Method
Gets employee based on the identity.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public static Employee GetEmployee(
Uri oDataUri,
string employeeId
)
Public Shared Function GetEmployee (
oDataUri As Uri,
employeeId As String
) As Employee
public:
static Employee^ GetEmployee(
Uri^ oDataUri,
String^ employeeId
)
static member GetEmployee :
oDataUri : Uri *
employeeId : string -> Employee
- oDataUri Uri
- The OData Service endpoint.
- employeeId String
- Employee id
EmployeeThe Employee entity.