ESRI.ArcGIS.ADF.Web
ConvertTable Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.Display Namespace > CodedValueTableInfo Class : ConvertTable Method




source
DataTable to convert.
Converts coded values in all rows to their equivalent description. If the source table does not have the extended properties information, it will be returned unmodified. If conversion is possible, then a new DataTable is returned and the source table is unmodified.

Syntax

Visual Basic (Declaration) 
Public Shared Function ConvertTable( _
   ByVal source As DataTable _
) As DataTable
Visual Basic (Usage)Copy Code
Dim source As DataTable
Dim value As DataTable
 
value = CodedValueTableInfo.ConvertTable(source)
C# 
public static DataTable ConvertTable( 
   DataTable source
)

Parameters

source
DataTable to convert.

Return Value

The converted DataTable.

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.