AssociationSetMapping.RemoveCondition(ConditionPropertyMapping) 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.
Removes a property mapping condition.
public void RemoveCondition(System.Data.Entity.Core.Mapping.ConditionPropertyMapping condition);
member this.RemoveCondition : System.Data.Entity.Core.Mapping.ConditionPropertyMapping -> unit
Public Sub RemoveCondition (condition As ConditionPropertyMapping)
Parameters
- condition
- ConditionPropertyMapping
The property mapping condition to remove.