Responder Developer Guide
SetColumnValue Method


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
columnRepresents
columnVal
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