次の方法で共有


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 以外のチェックを実行するかどうかを示すブール値。

適用対象