IsNullConditionMapping(EdmProperty, Boolean) 构造函数

定义

创建 IsNullConditionMapping 实例。

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)

参数

propertyOrColumn
EdmProperty

指定属性或列的 EdmProperty。

isNull
Boolean

一个布尔值,指示是执行 null 还是非 null 检查。

适用于