OleDbCommand::Clone Method ()

 

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

Namespace:   System.Data.OleDb
Assembly:  System.Data (in System.Data.dll)

public:
OleDbCommand^ Clone()

Return Value

Type: System.Data.OleDb::OleDbCommand^

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

.NET Framework
Available since 2.0
Return to top
Show: