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


In This Topic
    PutDecimal(String,Decimal) Method
    In This Topic
    Assign Decimal value to column by column's name
    Syntax
    'Declaration
     
    
    Overloads Sub PutDecimal( _
       ByVal columnName As System.String, _
       ByVal value As System.Decimal _
    ) 
    'Usage
     
    
    Dim instance As IVistaDBTable
    Dim columnName As System.String
    Dim value As System.Decimal
     
    instance.PutDecimal(columnName, value)
    void PutDecimal( 
       System.string columnName,
       System.decimal value
    )

    Parameters

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