NotNullConditionConfiguration Class

Definition

Configures a condition used to discriminate between types in an inheritance hierarchy based on the values assigned to a property. This configuration functionality is available via the Code First Fluent API, see DbModelBuilder.

public class NotNullConditionConfiguration
type NotNullConditionConfiguration = class
Public Class NotNullConditionConfiguration
Inheritance
NotNullConditionConfiguration

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()

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.

ToString()

Returns a string that represents the current object.

Applies to