Click or drag to resize
DatabaseMappingDataRemoveEntityMapping Method (EntityDefinition)
Removes the entity mapping for the entity specified.

Namespace: SD.LLBLGen.Pro.ApplicationCore.Mapping
Assembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public void RemoveEntityMapping(
	EntityDefinition entity
)

Parameters

entity
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelEntityDefinition
The entity.
See Also