ESRI.ArcGIS.ADF.Web
ToDataTable Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web Namespace > Converter Class : ToDataTable Method




graphicsLayer
ESRI Web ADF graphics layer.
Converts a an ESRI Web ADF graphics layer to a System.Data.DataTable.

Syntax

Visual Basic (Declaration) 
Public Shared Function ToDataTable( _
   ByVal graphicsLayer As GraphicsLayer _
) As DataTable
Visual Basic (Usage)Copy Code
Dim graphicsLayer As GraphicsLayer
Dim value As DataTable
 
value = Converter.ToDataTable(graphicsLayer)
C# 
public static DataTable ToDataTable( 
   GraphicsLayer graphicsLayer
)

Parameters

graphicsLayer
ESRI Web ADF graphics layer.

Return Value

System.Data.DataTable with the same name, columns and rows as the graphics layer.

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.