Clone Method (DataParameterCollection)
Creates a new collection using the same parameters.
Syntax
'Declaration
Public Function Clone() As DataParameterCollection
public DataParameterCollection Clone()
Return Value
A new collection with copies of the references to the same parameters.
Remarks
Note that this is not a deep clone. A new collection is created with new references pointing to the same underlying parameter objects. For a true deep clone (both the collection AND the parameters, see the DeepClone method).
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
DataParameterCollection Class
DataParameterCollection Members