Responder Developer Guide
SetColumnValue Method


Version: 10.2.1a

Resource Center Home

The DataRow containing the column.
The represents for the column to retrieve.
The value for the column.
Sets the value for a column in a DataRow.
Syntax
'Declaration
 
Public Shared Sub SetColumnValue( _
   ByVal dataRow As DataRow, _
   ByVal columnRepresents As String, _
   ByVal columnVal As Object _
) 
'Usage
 
Dim dataRow As DataRow
Dim columnRepresents As String
Dim columnVal As Object
 
DataSetConfig.SetColumnValue(dataRow, columnRepresents, columnVal)
public static void SetColumnValue( 
   DataRow dataRow,
   string columnRepresents,
   object columnVal
)

Parameters

dataRow
The DataRow containing the column.
columnRepresents
The represents for the column to retrieve.
columnVal
The value for the column.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DataSetConfig Class
DataSetConfig Members

 

 


Send Comment