VistaDB 6
VistaDB.DDA Namespace / IVistaDBRow Interface / InitBottom Method


In This Topic
    InitBottom Method
    In This Topic
    Initialize the columns in the row to be the "bottom" of the sort order (latest, e.g. maximum values, except that descending columns of a key will be minimum data values as they sort later). RowId is set to uint.MaxValue
    Syntax
    'Declaration
     
    
    Sub InitBottom() 
    'Usage
     
    
    Dim instance As IVistaDBRow
     
    instance.InitBottom()
    void InitBottom()
    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