EmployeeUpdate Method |  |
Update employee data
Namespace:
Velo.Data
Assembly:
Velo.Data (in Velo.Data.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic static void Update(
Employee pEmployee,
string pConnectionString = ""
)
Public Shared Sub Update (
pEmployee As Employee,
Optional pConnectionString As String = ""
)
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