IConventionModel.IsIgnored 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.
Overloads
IsIgnored(String) |
Indicates whether the given entity type name is ignored. |
IsIgnored(Type) |
Indicates whether the given entity type is ignored. |
IsIgnored(String)
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
IsIgnored(Type)
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