Share via


ValueConditionMapping Class

Definition

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