ESRI.ArcGIS.ADF.Web
GetConvertedRow Method
See Also 
ESRI.ArcGIS.ADF.Web.Display Namespace > CodedValueTableInfo Class : GetConvertedRow Method




srcTable
DataTable containing extended property information used to map coded values.
srcRow
DataRow containing values to be converted to descriptions.
Converts coded values in the row to their equivalent description.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetConvertedRow( _
   ByVal srcTable As DataTable, _
   ByVal srcRow As DataRow _
) As Object()
Visual Basic (Usage)Copy Code
Dim srcTable As DataTable
Dim srcRow As DataRow
Dim value() As Object
 
value = CodedValueTableInfo.GetConvertedRow(srcTable, srcRow)
C# 
public static object[] GetConvertedRow( 
   DataTable srcTable,
   DataRow srcRow
)

Parameters

srcTable
DataTable containing extended property information used to map coded values.
srcRow
DataRow containing values to be converted to descriptions.

Return Value

Modified DataRow with converted values.

See Also

© 2010 All Rights Reserved.