CoreOptionsExtension.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.Infrastructure.CoreOptionsExtension Clone ();
abstract member Clone : unit -> Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension
override this.Clone : unit -> Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension
Protected Overridable Function Clone () As CoreOptionsExtension
Returns
A clone of this instance, which can be modified before being returned as immutable.
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