ValueConditionMapping Constructor (EdmProperty, Object)

 

Creates a ValueConditionMapping instance.

Namespace:   System.Data.Entity.Core.Mapping
Assembly:  EntityFramework (in EntityFramework.dll)

public ValueConditionMapping(
	EdmProperty propertyOrColumn,
	object value
)

Parameters

propertyOrColumn
Type: System.Data.Entity.Core.Metadata.Edm.EdmProperty

An EdmProperty that specifies a property or column.

value
Type: System.Object

An object that specifies the value to compare with.