FunctionImportEntityTypeMappingConditionIsNull Constructor (String, Boolean)

 

Initializes a new FunctionImportEntityTypeMappingConditionIsNull instance.

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

public FunctionImportEntityTypeMappingConditionIsNull(
	string columnName,
	bool isNull
)

Parameters

columnName
Type: System.String

The name of the column used to evaluate the condition.

isNull
Type: System.Boolean

Flag that indicates whether a null or not null check is performed.