DbProviderServices.CloneDbCommand(DbCommand) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
See issue 2390 - cloning the DesignTimeVisible property on the DbCommand can cause deadlocks. So here allow sub-classes to override.
protected virtual System.Data.Common.DbCommand CloneDbCommand(System.Data.Common.DbCommand fromDbCommand);
abstract member CloneDbCommand : System.Data.Common.DbCommand -> System.Data.Common.DbCommand
override this.CloneDbCommand : System.Data.Common.DbCommand -> System.Data.Common.DbCommand
Protected Overridable Function CloneDbCommand (fromDbCommand As DbCommand) As DbCommand
Parameters
Returns
a clone of the DbCommand