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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework