VistaDB 6
VistaDB.DDA Namespace / IVistaDBTable Interface / Post Method / Post(Boolean) Method
If set, the row lock applied explicitly by user before update or implicitly by core engine in update or insert operations wont be reset by core until explicit unlock operation done


In This Topic
    Post(Boolean) Method
    In This Topic
    Finalize a pending insert or update operation and optionally release the row lock or leave it locked for further action.
    Syntax
    'Declaration
     
    
    Overloads Sub Post( _
       ByVal leaveRowLock As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As IVistaDBTable
    Dim leaveRowLock As System.Boolean
     
    instance.Post(leaveRowLock)
    void Post( 
       System.bool leaveRowLock
    )

    Parameters

    leaveRowLock
    If set, the row lock applied explicitly by user before update or implicitly by core engine in update or insert operations wont be reset by core until explicit unlock operation done
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also