ValueConditionConfiguration Class
Configures a discriminator column used to differentiate between types in an inheritance hierarchy. This configuration functionality is available via the Code First Fluent API, see DbModelBuilder.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Overrides Object.Equals(Object).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Serves as a hash function for a particular type.(Overrides Object.GetHashCode().) |
![]() | GetType() | Gets the Type of the current instance. |
![]() | HasValue(String) | Configures the discriminator value used to identify the entity type being configured from other types in the inheritance hierarchy. |
![]() | HasValue<T>(T) | Configures the discriminator value used to identify the entity type being configured from other types in the inheritance hierarchy. |
![]() | HasValue<T>(Nullable<T>) | Configures the discriminator value used to identify the entity type being configured from other types in the inheritance hierarchy. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns a string that represents the current object.(Overrides Object.ToString().) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.