ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
ApplyCodedValueInfo Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > CodedValueFunctionality 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 CodedValueFunctionality
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.

See Also

© 2010 All Rights Reserved.