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


In This Topic
    CurrentRow Property
    In This Topic
    Gets a copy of the entire current row of the table, or sets the modified column values into the pending-row placeholder to be submitted by a Post for update or insert. DO NOT MIX setting CurrentRow and using Put... methods on the table for the same operation.
    Syntax
    'Declaration
     
    
    Property CurrentRow As IVistaDBRow
    'Usage
     
    
    Dim instance As IVistaDBTable
    Dim value As IVistaDBRow
     
    instance.CurrentRow = value
     
    value = instance.CurrentRow
    IVistaDBRow CurrentRow {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