ArcFM Responder Mobile Developer Guide
GetColumn Method






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 System.Data.DataTable, _
   ByVal columnRepresents As System.String _
) As System.Data.DataColumn
'Usage
 
Dim dataTable As System.Data.DataTable
Dim columnRepresents As System.String
Dim value As System.Data.DataColumn
 
value = DataSetConfig.GetColumn(dataTable, columnRepresents)
public static System.Data.DataColumn GetColumn( 
   System.Data.DataTable dataTable,
   System.string columnRepresents
)
public function GetColumn( 
    dataTable: System.Data.DataTable;
    columnRepresents: System.String
): System.Data.DataColumn; static; 
public static function GetColumn( 
   dataTable : System.Data.DataTable,
   columnRepresents : System.String
) : System.Data.DataColumn;
public: static System.Data.DataColumn* GetColumn( 
   System.Data.DataTable* dataTable,
   System.string* columnRepresents
) 
public:
static System.Data.DataColumn^ GetColumn( 
   System.Data.DataTable^ dataTable,
   System.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 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