FunctionImportEntityTypeMappingConditionIsNull Class
Represents a mapping condition for the result of a function import evaluated by checking null or not null.
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
System.Data.Entity.Core.Mapping.MappingItem
System.Data.Entity.Core.Mapping.FunctionImportEntityTypeMappingCondition
System.Data.Entity.Core.Mapping.FunctionImportEntityTypeMappingConditionIsNull
Name | Description | |
---|---|---|
![]() | FunctionImportEntityTypeMappingConditionIsNull(String, Boolean) | Initializes a new FunctionImportEntityTypeMappingConditionIsNull instance. |
Name | Description | |
---|---|---|
![]() | ColumnName | Gets the name of the column used to evaluate the condition.(Inherited from FunctionImportEntityTypeMappingCondition.) |
![]() | IsNull | Gets a flag that indicates whether a null or not null check is performed. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | 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.