다음을 통해 공유


IsNullConditionMapping(EdmProperty, Boolean) 생성자

정의

IsNullConditionMapping instance 만듭니다.

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이 아닌 검사 수행할지 여부를 나타내는 부울입니다.

적용 대상