SqlCommand.Clone Méthode

Définition

Crée un SqlCommand objet qui est une copie de l’instance actuelle.

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

Retours

Nouvel SqlCommand objet qui est une copie de cette instance.

S’applique à

Voir aussi