ValueConditionMapping Class
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.
Specifies a mapping condition evaluated by comparing the value of a property or column with a given value.
public class ValueConditionMapping : System.Data.Entity.Core.Mapping.ConditionPropertyMapping
type ValueConditionMapping = class
inherit ConditionPropertyMapping
Public Class ValueConditionMapping
Inherits ConditionPropertyMapping
- Inheritance
Constructors
ValueConditionMapping(EdmProperty, Object) |
Creates a ValueConditionMapping instance. |
Properties
Column |
Gets an EdmProperty that specifies the mapped column. (Inherited from ConditionPropertyMapping) |
Property |
Gets an EdmProperty that specifies the mapped property. (Inherited from ConditionPropertyMapping) |
Value |
Gets an object that specifies the value to check against. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework