ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
ApplyCodedValueInfo Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > MapResourceBase Class : ApplyCodedValueInfo Method




tbl
DataTable to apply coded value domain information.
layerId
Layer id to obtain coded value domain information.
Obtains coded value domain information for fields in the data table and stores this information in the extended properties of the table. This is to facilitate conversion of codes into their corresponding descriptive text.

Syntax

Visual Basic (Declaration) 
Public Sub ApplyCodedValueInfo( _
   ByVal tbl As DataTable, _
   ByVal layerId As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As MapResourceBase
Dim tbl As DataTable
Dim layerId As Integer
 
instance.ApplyCodedValueInfo(tbl, layerId)
C# 
public void ApplyCodedValueInfo( 
   DataTable tbl,
   int layerId
)

Parameters

tbl
DataTable to apply coded value domain information.
layerId
Layer id to obtain coded value domain information.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.