FunctionImportEntityTypeMappingConditionValue Class
Represents a mapping condition for the result of a function import, evaluated by comparison with a specified value.
Assembly: EntityFramework (in EntityFramework.dll)
System.Object
System.Data.Entity.Core.Mapping.MappingItem
System.Data.Entity.Core.Mapping.FunctionImportEntityTypeMappingCondition
System.Data.Entity.Core.Mapping.FunctionImportEntityTypeMappingConditionValue
System.Data.Entity.Core.Mapping.MappingItem
System.Data.Entity.Core.Mapping.FunctionImportEntityTypeMappingCondition
System.Data.Entity.Core.Mapping.FunctionImportEntityTypeMappingConditionValue
Name | Description | |
---|---|---|
![]() | FunctionImportEntityTypeMappingConditionValue(String, Object) | Initializes a new FunctionImportEntityTypeMappingConditionValue instance. |
Name | Description | |
---|---|---|
![]() | ColumnName | Gets the name of the column used to evaluate the condition.(Inherited from FunctionImportEntityTypeMappingCondition.) |
![]() | Value | Gets the value used for comparison. |
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.