Responder Developer Guide
GetColumn Method


Version: 10.2.1a

Resource Center Home

The DataTable containing the column.
The represents for the column to retrieve.
Gets a column in a table for a given represents.
Syntax
'Declaration
 
Public Shared Function GetColumn( _
   ByVal dataTable As DataTable, _
   ByVal columnRepresents As String _
) As DataColumn
'Usage
 
Dim dataTable As DataTable
Dim columnRepresents As String
Dim value As DataColumn
 
value = DataSetConfig.GetColumn(dataTable, columnRepresents)
public static DataColumn GetColumn( 
   DataTable dataTable,
   string columnRepresents
)

Parameters

dataTable
The DataTable containing the column.
columnRepresents
The represents for the column to retrieve.

Return Value

The column for this represents.
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