MutableModelExtensions.RemoveIgnored(IMutableModel, Type) 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.
Removes the ignored entity type.
public static void RemoveIgnored (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, Type type);
public static string RemoveIgnored (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, Type type);
static member RemoveIgnored : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * Type -> unit
static member RemoveIgnored : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * Type -> string
<Extension()>
Public Sub RemoveIgnored (model As IMutableModel, type As Type)
<Extension()>
Public Function RemoveIgnored (model As IMutableModel, type As Type) As String
Parameters
- model
- IMutableModel
The model to remove the ignored entity type from.
- type
- Type
The ignored entity type to be removed.
Returns
The name of the removed ignored type.
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