Freigeben über


IsNullConditionMapping Klasse

Definition

Gibt eine Zuordnungsbedingung an, die ausgewertet wird, indem überprüft wird, ob der Wert einer Eigenschaft/Spalte NULL oder nicht NULL ist.

public class IsNullConditionMapping : System.Data.Entity.Core.Mapping.ConditionPropertyMapping
type IsNullConditionMapping = class
    inherit ConditionPropertyMapping
Public Class IsNullConditionMapping
Inherits ConditionPropertyMapping
Vererbung

Konstruktoren

IsNullConditionMapping(EdmProperty, Boolean)

Erstellt eine IsNullConditionMapping-instance.

Eigenschaften

Column

Ruft eine EdmProperty ab, die die zugeordnete Spalte angibt.

(Geerbt von ConditionPropertyMapping)
IsNull

Ruft einen Bool ab, der angibt, ob die Bedingung ausgewertet wird, indem eine NULL-Überprüfung oder eine Überprüfung ungleich NULL durchgeführt wird.

Property

Ruft eine EdmProperty ab, die die zugeordnete Eigenschaft angibt.

(Geerbt von ConditionPropertyMapping)

Gilt für: