Dela via


IsNullConditionMapping(EdmProperty, Boolean) Constructor

Definition

Creates an IsNullConditionMapping instance.

public IsNullConditionMapping (System.Data.Entity.Core.Metadata.Edm.EdmProperty propertyOrColumn, bool isNull);
new System.Data.Entity.Core.Mapping.IsNullConditionMapping : System.Data.Entity.Core.Metadata.Edm.EdmProperty * bool -> System.Data.Entity.Core.Mapping.IsNullConditionMapping
Public Sub New (propertyOrColumn As EdmProperty, isNull As Boolean)

Parameters

propertyOrColumn
EdmProperty

An EdmProperty that specifies a property or column.

isNull
Boolean

A boolean that indicates whether to perform a null or a not-null check.

Applies to