OleDbCommand.Clone Method

Definition

Creates a new OleDbCommand object that is a copy of the current instance.

public:
 System::Data::OleDb::OleDbCommand ^ Clone();
public System.Data.OleDb.OleDbCommand Clone ();
member this.Clone : unit -> System.Data.OleDb.OleDbCommand
Public Function Clone () As OleDbCommand

Returns

A new OleDbCommand object that is a copy of this instance.

Applies to

See also