共用方式為


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 檢查。

適用於