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




table
Table with column to apply formatting to.
Applies alias and visibility information to the matching column of the Table

Syntax

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

Parameters

table
Table with column to apply formatting to.

See Also

© 2010 All Rights Reserved.