ESRI.ArcGIS.ADF.Web
CloneColumn Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web Namespace > Utility Class : CloneColumn Method




toClone
The DataColumn to clone
Performs a clone operation of a given DataColumn

Syntax

Visual Basic (Declaration) 
Public Shared Function CloneColumn( _
   ByVal toClone As DataColumn _
) As DataColumn
Visual Basic (Usage)Copy Code
Dim toClone As DataColumn
Dim value As DataColumn
 
value = Utility.CloneColumn(toClone)
C# 
public static DataColumn CloneColumn( 
   DataColumn toClone
)

Parameters

toClone
The DataColumn to clone

Return Value

System.Data.DataColumn

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.