Creates a new instance of this SQLParameter object.
[Visual Basic] Overridable Public Function Clone() As Object [C#] public virtual object Clone(); [C++] public: virtual Object* Clone(); [JScript] public function Clone() : Object;
A new SQLParameter that is a copy of this instance.
Notes to Inheritors: When overriding Clone in a derived class, be sure to call the base class's Clone method.
SQLParameter Class | SQLParameter Members | System.Data.SQL Namespace