RelationalOptionsExtension.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 abstract Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension Clone ();
abstract member Clone : unit -> Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension
Protected MustOverride Function Clone () As RelationalOptionsExtension
Returns
A clone of this instance, which can be modified before being returned as immutable.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework