VistaDB 6
VistaDB.DDA Namespace / IVistaDBKeyColumn Interface / RowIndex Property


In This Topic
    RowIndex Property (IVistaDBKeyColumn)
    In This Topic
    The order of this column in the parent table row
    Syntax
    'Declaration
     
    
    ReadOnly Property RowIndex As System.Integer
    'Usage
     
    
    Dim instance As IVistaDBKeyColumn
    Dim value As System.Integer
     
    value = instance.RowIndex
    System.int RowIndex {get;}
    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