VistaDB 6
VistaDB.DDA Namespace / IVistaDBTable Interface / Put Method / Put(Int32,IVistaDBValue) Method
Zero-based column's index in the row
The value to assign


In This Topic
    Put(Int32,IVistaDBValue) Method
    In This Topic
    Assign column value by column order in the row
    Syntax
    'Declaration
     
    
    Overloads Sub Put( _
       ByVal index As System.Integer, _
       ByVal columnValue As IVistaDBValue _
    ) 
    'Usage
     
    
    Dim instance As IVistaDBTable
    Dim index As System.Integer
    Dim columnValue As IVistaDBValue
     
    instance.Put(index, columnValue)
    void Put( 
       System.int index,
       IVistaDBValue columnValue
    )

    Parameters

    index
    Zero-based column's index in the row
    columnValue
    The value to assign
    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