EdmModel.RemoveItem Method
Removes an object to the model.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | RemoveItem(AssociationType) | Removes an association type from the model. |
![]() | RemoveItem(ComplexType) | Removes a complex type from the model. |
![]() | RemoveItem(EdmFunction) | Removes a function from the model. |
![]() | RemoveItem(EntityType) | Removes an entity type from the model. |
![]() | RemoveItem(EnumType) | Removes an enumeration type from the model. |
EdmModel.RemoveItem Method (AssociationType)
Removes an association type from the model.
Parameters
- item
-
Type:
System.Data.Entity.Core.Metadata.Edm.AssociationType
The AssociationType instance to be removed.
EdmModel.RemoveItem Method (ComplexType)
Removes a complex type from the model.
Parameters
- item
-
Type:
System.Data.Entity.Core.Metadata.Edm.ComplexType
The ComplexType instance to be removed.
EdmModel.RemoveItem Method (EdmFunction)
Removes a function from the model.
Parameters
- item
-
Type:
System.Data.Entity.Core.Metadata.Edm.EdmFunction
The EdmFunction instance to be removed.
EdmModel.RemoveItem Method (EntityType)
Removes an entity type from the model.
Parameters
- item
-
Type:
System.Data.Entity.Core.Metadata.Edm.EntityType
The EntityType instance to be removed.