IsNullConditionMapping Constructor (EdmProperty, Boolean)

 

Creates an IsNullConditionMapping instance.

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

public IsNullConditionMapping(
	EdmProperty propertyOrColumn,
	bool isNull
)

Parameters

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

An EdmProperty that specifies a property or column.

isNull
Type: System.Boolean

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