System.Data.Entity.ModelConfiguration Namespace
Entity Framework 5.0
Contains classes that facilitate the functionality exposed through DbModelBuilder.
| Class | Description | |
|---|---|---|
|
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. |
|
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. |
|
ModelValidationException | Exception thrown by DbModelBuilder during model creation when an invalid model is generated. |
Show: