WarningsConfiguration.Clone 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.
Override this method in a derived class to ensure that any clone created is also of that class.
protected virtual Microsoft.EntityFrameworkCore.Diagnostics.WarningsConfiguration Clone ();
abstract member Clone : unit -> Microsoft.EntityFrameworkCore.Diagnostics.WarningsConfiguration
override this.Clone : unit -> Microsoft.EntityFrameworkCore.Diagnostics.WarningsConfiguration
Protected Overridable Function Clone () As WarningsConfiguration
Returns
A clone of this instance, which can be modified before being returned as immutable.
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