NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ADOParameter.Clone

Creates a new instance of this ADOParameter object.

[Visual Basic]
Overridable Public Function Clone() As Object
[C#]
public virtual object Clone();
[C++]
public: virtual Object* Clone();
[JScript]
public function Clone() : Object;

Return Value

A new ADOParameter that is a copy of this instance.

Remarks

Notes to Inheritors: When overridding Clone in a derived class, be sure to call the base class's Clone method.

See Also

ADOParameter Class | ADOParameter Members | System.Data.ADO Namespace