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


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

    Parameters

    index
    Zero-based column's index in the row
    columnValue
    The value to assign
    Remarks
    This method tries convert system type value to VistaDBType value
    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