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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework