Click or drag to resize

EmployeeUpdate Method

Update employee data

Namespace:  Velo.Data
Assembly:  Velo.Data (in Velo.Data.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public static void Update(
	Employee pEmployee,
	string pConnectionString = ""
)

Parameters

pEmployee
Type: Velo.Data.ModelsEmployee
Employee data to update
pConnectionString (Optional)
Type: SystemString
Database connection data. Default value see GetConnection(String)
Remarks
This update overwrite fields value: Name, GUID, Email, flag of Administrator
See Also