ESRI.ArcGIS.ADF.Web.DataSources
Apply Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > FieldInfoCollection Class : Apply Method




table
Table to apply formatting to.
Applies information stored in field infos to the columns of the table

Syntax

Visual Basic (Declaration) 
Public Sub Apply( _
   ByVal table As DataTable _
) 
Visual Basic (Usage)Copy Code
Dim instance As FieldInfoCollection
Dim table As DataTable
 
instance.Apply(table)
C# 
public void Apply( 
   DataTable table
)

Parameters

table
Table to apply formatting to.

See Also

© 2010 All Rights Reserved.