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.

Namespace:   System.Data.Entity.ModelConfiguration.Configuration
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.Data.Entity.ModelConfiguration.Configuration.ValueConditionConfiguration

[DebuggerDisplayAttribute("{Discriminator}")]
public class ValueConditionConfiguration

NameDescription
System_CAPS_pubmethodEquals(Object)

Determines whether the specified object is equal to the current object.(Overrides Object.Equals(Object).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as a hash function for a particular type.(Overrides Object.GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.

System_CAPS_pubmethodHasValue(String)

Configures the discriminator value used to identify the entity type being configured from other types in the inheritance hierarchy.

System_CAPS_pubmethodHasValue<T>(T)

Configures the discriminator value used to identify the entity type being configured from other types in the inheritance hierarchy.

System_CAPS_pubmethodHasValue<T>(Nullable<T>)

Configures the discriminator value used to identify the entity type being configured from other types in the inheritance hierarchy.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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.