VistaDB 6
VistaDB.DDA Namespace / IVistaDBConnection Interface / LockingApproach Property


In This Topic
    LockingApproach Property
    In This Topic
    Get or set the locking approach for this connection. It will be constrained by the support in the detected runtime but allows some flexibility on independent factors such as whether to forgo rowId locking.
    Syntax
    'Declaration
     
    
    Property LockingApproach As VistaDBLockingApproach
    'Usage
     
    
    Dim instance As IVistaDBConnection
    Dim value As VistaDBLockingApproach
     
    instance.LockingApproach = value
     
    value = instance.LockingApproach
    VistaDBLockingApproach LockingApproach {get; set;}
    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