VistaDB 6
VistaDB.DDA Namespace / IVistaDBTable Interface / CurrentKey Property


In This Topic
    CurrentKey Property
    In This Topic
    Gets a copy of the current key row under the ActiveIndex, or sets the current key row from the row instance provided (such as from a previous get under the same ActiveIndex). Copies returned by get can be modifed and used in SetScope.
    Syntax
    'Declaration
     
    
    Property CurrentKey As IVistaDBRow
    'Usage
     
    
    Dim instance As IVistaDBTable
    Dim value As IVistaDBRow
     
    instance.CurrentKey = value
     
    value = instance.CurrentKey
    IVistaDBRow CurrentKey {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