FunctionImportEntityTypeMappingConditionIsNull Class

 

Represents a mapping condition for the result of a function import evaluated by checking null or not null.

Namespace:   System.Data.Entity.Core.Mapping
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.Data.Entity.Core.Mapping.MappingItem
    System.Data.Entity.Core.Mapping.FunctionImportEntityTypeMappingCondition
      System.Data.Entity.Core.Mapping.FunctionImportEntityTypeMappingConditionIsNull

public sealed class FunctionImportEntityTypeMappingConditionIsNull : FunctionImportEntityTypeMappingCondition

NameDescription
System_CAPS_pubmethodFunctionImportEntityTypeMappingConditionIsNull(String, Boolean)

Initializes a new FunctionImportEntityTypeMappingConditionIsNull instance.

NameDescription
System_CAPS_pubpropertyColumnName

Gets the name of the column used to evaluate the condition.(Inherited from FunctionImportEntityTypeMappingCondition.)

System_CAPS_pubpropertyIsNull

Gets a flag that indicates whether a null or not null check is performed.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Converts the value of the current instance to its equivalent string representation.(Inherited from FunctionImportEntityTypeMappingCondition.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.