VistaDB 6
VistaDB.DDA Namespace / IVistaDBTable Interface / Put Method / Put(String,IVistaDBValue) Method
Column's name
The value to assign


In This Topic
    Put(String,IVistaDBValue) Method
    In This Topic
    Assign column value by column name
    Syntax
    'Declaration
     
    
    Overloads Sub Put( _
       ByVal columnName As System.String, _
       ByVal columnValue As IVistaDBValue _
    ) 
    'Usage
     
    
    Dim instance As IVistaDBTable
    Dim columnName As System.String
    Dim columnValue As IVistaDBValue
     
    instance.Put(columnName, columnValue)
    void Put( 
       System.string columnName,
       IVistaDBValue columnValue
    )

    Parameters

    columnName
    Column's name
    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