MutableModelExtensions.IsIgnored(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.
Indicates whether the given entity type name is ignored.
public static bool IsIgnored (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, Type type);
static member IsIgnored : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * Type -> bool
<Extension()>
Public Function IsIgnored (model As IMutableModel, type As Type) As Boolean
Parameters
- model
- IMutableModel
The model to check for ignored type.
- type
- Type
The entity type that might be ignored.
Returns
true
if the given entity type name is ignored.
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