ESRI.ArcGIS.ADF.Web.UI.WebControls
GetDefault(DataTable) Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > LayerFormat Class > GetDefault Method : GetDefault(DataTable) Method




table
The table to get default format for
Gets the default format for a table

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function GetDefault( _
   ByVal table As DataTable _
) As LayerFormat
Visual Basic (Usage)Copy Code
Dim table As DataTable
Dim value As LayerFormat
 
value = LayerFormat.GetDefault(table)
C# 
public static LayerFormat GetDefault( 
   DataTable table
)

Parameters

table
The table to get default format for

Return Value

The format of the table

See Also

© 2010 All Rights Reserved.