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