OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / DataAccess Class / SaveDepartment Method
A comprehensive Department object.



In This Topic
    SaveDepartment Method
    In This Topic
    Creates a new Department record, or updates an existing Department record.
    Syntax
    'Declaration
     
    
    Public Function SaveDepartment( _
       ByVal department As Customer.Department _
    ) As Customer.Department
    'Usage
     
    
    Dim instance As DataAccess
    Dim department As Customer.Department
    Dim value As Customer.Department
     
    value = instance.SaveDepartment(department)

    Parameters

    department
    A comprehensive Department object.

    Return Value

    The exact comprehensive Department object that was persisted to the database.
    Requirements

    Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11, Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019, Windows Server 2022

    See Also