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

See Also

© 2010 All Rights Reserved.