IsNullConditionMapping(EdmProperty, Boolean) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.