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
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework