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!

DataSetCommand.Clone

Creates a clone of this instance of DataSetCommand.

[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

The cloned instance of DataSetCommand.

Remarks

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

See Also

DataSetCommand Class | DataSetCommand Members | System.Data.Internal Namespace