System.Data.Entity.ModelConfiguration Namespace

Contains classes that facilitate the functionality exposed through DbModelBuilder.

  Class Description
Public class ComplexTypeConfiguration(Of TComplexType) Allows configuration to be performed for an complex type in a model. A ComplexTypeConfiguration can be obtained by using the ComplexType(Of TComplexType)method on or a custom type derived from ComplexTypeConfiguration(Of TComplexType) can be registered by using the property Configurations.
Public class EntityTypeConfiguration(Of TEntityType) Allows configuration to be performed for an entity type in a model. An EntityTypeConfiguration(Of TEntityType) can be obtained by using the Entity method on DbModelBuilder or a custom type derived from EntityTypeConfiguration(Of TEntityType) can be registered by using the Configurations property on DbModelBuilder.
Public class ModelValidationException Exception thrown by DbModelBuilder during model creation when an invalid model is generated.
Show: