Show / Hide Table of Contents

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

Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.