ArcFM Responder Mobile Developer Guide
SetColumnValue Method






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 System.Data.DataRow, _
   ByVal columnRepresents As System.String, _
   ByVal columnVal As System.Object _
) 
'Usage
 
Dim dataRow As System.Data.DataRow
Dim columnRepresents As System.String
Dim columnVal As System.Object
 
DataSetConfig.SetColumnValue(dataRow, columnRepresents, columnVal)
public static void SetColumnValue( 
   System.Data.DataRow dataRow,
   System.string columnRepresents,
   System.object columnVal
)
public procedure SetColumnValue( 
    dataRow: System.Data.DataRow;
    columnRepresents: System.String;
    columnVal: System.TObject
); static; 
public static function SetColumnValue( 
   dataRow : System.Data.DataRow,
   columnRepresents : System.String,
   columnVal : System.Object
);
public: static void SetColumnValue( 
   System.Data.DataRow* dataRow,
   System.string* columnRepresents,
   System.Object* columnVal
) 
public:
static void SetColumnValue( 
   System.Data.DataRow^ dataRow,
   System.String^ columnRepresents,
   System.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 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

Reference

DataSetConfig Class
DataSetConfig Members

Send Feedback