dotConnect for Zoho CRM Documentation
Devart.Data.Zoho.APIVersion2 Namespace / ZohoLoader Class / SetValue Method / SetValue(Int32,Object) Method
Zero-based index of the column.
Column value.

In This Topic
    SetValue(Int32,Object) Method
    In This Topic
    Sets the value of the column at the specified ordinal.
    Syntax
    'Declaration
     
    Public Overloads Overrides NotOverridable Sub SetValue( _
       ByVal i As Integer, _
       ByVal value As Object _
    ) 
    public override void SetValue( 
       int i,
       object value
    )

    Parameters

    i
    Zero-based index of the column.
    value
    Column 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