NotNullConditionConfiguration Class
Entity Framework 5.0
Configures a condition used to discriminate between types in an inheritance hierarchy based on the values assigned to a property. This configuration functionality is exposed by the Code First Fluent API, see DbModelBuilder.
Namespace: System.Data.Entity.ModelConfiguration.Configuration
Assembly: EntityFramework (in EntityFramework.dll)
The NotNullConditionConfiguration 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 | Configures the condition to require a value in the property. Rows that do not have a value assigned to column that this property is stored in are assumed to be of the base type of this entity type. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. This method is hidden from IntelliSense. (Overrides Object.ToString.) |
Show:
