Freigeben über


IsNullConditionMapping(EdmProperty, Boolean) Konstruktor

Definition

Erstellt eine 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)

Parameter

propertyOrColumn
EdmProperty

Eine EdmProperty, die eine Eigenschaft oder Spalte angibt.

isNull
Boolean

Ein boolescher Wert, der angibt, ob eine NULL- oder not-NULL-Überprüfung durchgeführt werden soll.

Gilt für: