ArcFM Responder Mobile Developer Guide
GetColumnValue Method






The DataRow containing the column.
The represents for the column to retrieve.
Gets the value for a column in a DataRow.
Syntax
'Declaration
 
Public Shared Function GetColumnValue( _
   ByVal dataRow As System.Data.DataRow, _
   ByVal columnRepresents As System.String _
) As System.Object
'Usage
 
Dim dataRow As System.Data.DataRow
Dim columnRepresents As System.String
Dim value As System.Object
 
value = DataSetConfig.GetColumnValue(dataRow, columnRepresents)
public static System.object GetColumnValue( 
   System.Data.DataRow dataRow,
   System.string columnRepresents
)
public function GetColumnValue( 
    dataRow: System.Data.DataRow;
    columnRepresents: System.String
): System.TObject; static; 
public static function GetColumnValue( 
   dataRow : System.Data.DataRow,
   columnRepresents : System.String
) : System.Object;
public: static System.Object* GetColumnValue( 
   System.Data.DataRow* dataRow,
   System.string* columnRepresents
) 
public:
static System.Object^ GetColumnValue( 
   System.Data.DataRow^ dataRow,
   System.String^ columnRepresents
) 

Parameters

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

Return Value

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