ESRI.ArcGIS.ADF.Web
GetConvertedRow Method
See Also  Send Feedback
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.

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.