OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / DataAccess Class / SaveUserMiscCompensation Method
A comprehensive UserMiscCompensation object.



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

    Parameters

    userMiscCompensation
    A comprehensive UserMiscCompensation object.

    Return Value

    The exact comprehensive UserMiscCompensation 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