ValueConditionConfiguration Class
Entity Framework 5.0
Configures a discriminator column used to differentiate between types in an inheritance hierarchy. This configuration functionality is exposed by the Code First Fluent API. For more information, see DbModelBuilder.
Namespace: System.Data.Entity.ModelConfiguration.Configuration
Assembly: EntityFramework (in EntityFramework.dll)
The ValueConditionConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. This method is hidden from IntelliSense. (Overrides Object.Equals(Object).) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. This method is hidden from IntelliSense. (Overrides Object.GetHashCode.) |
![]() | GetType | Gets the type of the current instance. This method is hidden from IntelliSense. |
![]() | HasValue(String) | Configures the discriminator value used to identify the entity type being configured from other types in the inheritance hierarchy. |
![]() | HasValue(Of T)(Nullable(Of T)) | Configures the discriminator value used to identify the entity type being configured from other types in the inheritance hierarchy. |
![]() | HasValue(Of T)(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. This method is hidden from IntelliSense. (Overrides Object.ToString.) |
Show:
