ValueConditionConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
[System.Diagnostics.DebuggerDisplay("{Discriminator}")]
public class ValueConditionConfiguration
type ValueConditionConfiguration = class
Public Class ValueConditionConfiguration
- Inheritance
-
ValueConditionConfiguration
- Attributes
Methods
Equals(Object) | Determines whether the specified object is equal to the current object. |
GetHashCode() | Serves as the default hash function. |
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>(Nullable<T>) |
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. |
ToString() | Returns a string that represents the current object. |
Applies to
Entity Framework