Responder Developer Guide
GetColumnValue Method


Version: 10.2.1a

Resource Center Home

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 DataRow, _
   ByVal columnRepresents As String _
) As Object
'Usage
 
Dim dataRow As DataRow
Dim columnRepresents As String
Dim value As Object
 
value = DataSetConfig.GetColumnValue(dataRow, columnRepresents)
public static object GetColumnValue( 
   DataRow dataRow,
   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 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