'Declaration
Public Function UpdateDepartment( _ ByVal department As Customer.Department _ ) As Boolean
'Usage
Dim instance As DataAccess Dim department As Customer.Department Dim value As Boolean value = instance.UpdateDepartment(department)
public bool UpdateDepartment( Customer.Department department )
public: bool UpdateDepartment( Customer.Department^ department )
Parameters
- department
- A comprehensive Department object.
Return Value
Returns true if the Department record was successfully updated. Otherwise, returns false.