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

See Also

© 2010 All Rights Reserved.