IConventionModel.IsIgnored Method
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.
IsIgnored(String) |
Indicates whether the given entity type name is ignored. |
IsIgnored(Type) |
Indicates whether the given entity type is ignored. |
- Source:
- IConventionModel.cs
- Source:
- IConventionModel.cs
- Source:
- IConventionModel.cs
- Source:
- IConventionModel.cs
Indicates whether the given entity type name is ignored.
public bool IsIgnored (string typeName);
abstract member IsIgnored : string -> bool
Public Function IsIgnored (typeName As String) As Boolean
Parameters
- typeName
- String
The name of the entity type that could be ignored.
Returns
true
if the given entity type name is ignored.
Applies to
Entity Framework Core 9.0 ja muud versioonid
Toode | Versioonid |
---|---|
Entity Framework Core | 6.0, 7.0, 8.0, 9.0 |
- Source:
- IConventionModel.cs
- Source:
- IConventionModel.cs
- Source:
- IConventionModel.cs
- Source:
- IConventionModel.cs
Indicates whether the given entity type is ignored.
public bool IsIgnored (Type type);
abstract member IsIgnored : Type -> bool
Public Function IsIgnored (type As Type) As Boolean
Parameters
- type
- Type
The entity type that might be ignored.
Returns
true
if the given entity type is ignored.
Applies to
Entity Framework Core 9.0 ja muud versioonid
Toode | Versioonid |
---|---|
Entity Framework Core | 6.0, 7.0, 8.0, 9.0 |
Toote „Entity Framework“ tagasiside
Entity Framework on avatud lähtekoodiga projekt. Tagasiside andmiseks valige link: