VistaDB 6
VistaDB.DDA Namespace / IVistaDBTable Interface / Last Method


In This Topic
    Last Method
    In This Topic
    Set current row pointer to the last row position under the current ActiveIndex (and any applied scope). If there are no rows, the EndOfTable flag is set to true.
    Syntax
    'Declaration
     
    
    Sub Last() 
    'Usage
     
    
    Dim instance As IVistaDBTable
     
    instance.Last()
    void Last()
    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