OleDbCommand.Clone Metoda

Definicja

Tworzy nowy OleDbCommand obiekt, który jest kopią bieżącego wystąpienia.

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

Zwraca

Nowy OleDbCommand obiekt, który jest kopią tego wystąpienia.

Dotyczy

Zobacz też