|
| 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.
| 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) | |
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.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