EdmModel.RemoveItem Method

 

Removes an object to the model.

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

NameDescription
System_CAPS_pubmethodRemoveItem(AssociationType)

Removes an association type from the model.

System_CAPS_pubmethodRemoveItem(ComplexType)

Removes a complex type from the model.

System_CAPS_pubmethodRemoveItem(EdmFunction)

Removes a function from the model.

System_CAPS_pubmethodRemoveItem(EntityType)

Removes an entity type from the model.

System_CAPS_pubmethodRemoveItem(EnumType)

Removes an enumeration type from the model.


EdmModel.RemoveItem Method (AssociationType)

Removes an association type from the model.

public void RemoveItem(
	AssociationType item
)

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.

public void RemoveItem(
	ComplexType item
)

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.

public void RemoveItem(
	EdmFunction item
)

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.

public void RemoveItem(
	EntityType item
)

Parameters

item
Type: System.Data.Entity.Core.Metadata.Edm.EntityType

The EntityType instance to be removed.


EdmModel.RemoveItem Method (EnumType)

Removes an enumeration type from the model.

public void RemoveItem(
	EnumType item
)

Parameters

item
Type: System.Data.Entity.Core.Metadata.Edm.EnumType

The EnumType instance to be removed.