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


In This Topic
    ActiveIndex Property (IVistaDBTable)
    In This Topic
    Name of active index that determines row order when walking the table with First(), Last(), Prev(), and Next() and when applying SetScope(...), etc. A null setting for ActiveIndex selects the table's natural storage order (generally the order rows were originally inserted).
    Syntax
    'Declaration
     
    
    Property ActiveIndex As System.String
    'Usage
     
    
    Dim instance As IVistaDBTable
    Dim value As System.String
     
    instance.ActiveIndex = value
     
    value = instance.ActiveIndex
    System.string ActiveIndex {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