Responder Developer Guide
HasColumn Method


Version: 10.2.1a

Resource Center Home

The DataTable to search.
The represents name of the column.
Determines if a table contains a column for a given represents.
Syntax
'Declaration
 
Public Shared Function HasColumn( _
   ByVal dataTable As DataTable, _
   ByVal columnRepresents As String _
) As Boolean
'Usage
 
Dim dataTable As DataTable
Dim columnRepresents As String
Dim value As Boolean
 
value = DataSetConfig.HasColumn(dataTable, columnRepresents)
public static bool HasColumn( 
   DataTable dataTable,
   string columnRepresents
)

Parameters

dataTable
The DataTable to search.
columnRepresents
The represents name of 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