Dela via


ValueConditionMapping(EdmProperty, Object) Constructor

Definition

Creates a ValueConditionMapping instance.

public ValueConditionMapping (System.Data.Entity.Core.Metadata.Edm.EdmProperty propertyOrColumn, object value);
new System.Data.Entity.Core.Mapping.ValueConditionMapping : System.Data.Entity.Core.Metadata.Edm.EdmProperty * obj -> System.Data.Entity.Core.Mapping.ValueConditionMapping
Public Sub New (propertyOrColumn As EdmProperty, value As Object)

Parameters

propertyOrColumn
EdmProperty

An EdmProperty that specifies a property or column.

value
Object

An object that specifies the value to compare with.

Applies to