Share via


SimpleModelFactory.Create Method

Definition

Creates an empty model with no conventions. All aspects of the model must be exhaustively configured.

public virtual Microsoft.EntityFrameworkCore.Metadata.IMutableModel Create ();
abstract member Create : unit -> Microsoft.EntityFrameworkCore.Metadata.IMutableModel
override this.Create : unit -> Microsoft.EntityFrameworkCore.Metadata.IMutableModel
Public Overridable Function Create () As IMutableModel

Returns

The newly created model.

Applies to