Microsoft.Data.Entity.Design.CodeGeneration Namespace
Class | Description | |
---|---|---|
![]() | CascadeDeleteConfiguration | Represents a model configuration to set the cascade delete option of an association. |
![]() | CodeHelper | Represents the helper methods for generating code. |
![]() | ColumnConfiguration | Represents a model configuration to set the column name, type, and order for a property. |
![]() | CSharpCodeHelper | Provides helper methods for generating C# code. |
![]() | DatabaseGeneratedConfiguration | Represents a model configuration to set the database generated option of a property. |
![]() | EdmHelper | Provides helper methods for analyzing a model. |
![]() | FixedLengthConfiguration | Represents a model configuration to mark a string or binary property as fixed length. |
![]() | ForeignKeyConfiguration | Represents a model configuration to set the foreign key properties of an association. |
![]() | JoinTableConfiguration | Represents a model configuration to set the join table and column names of a many-to-many association. |
![]() | KeyConfiguration | Represents a model configuration to set the key of an entity. |
![]() | KeyPropertyConfiguration | Represents a model configuration to include a property as part of the entity's key. |
![]() | MaxLengthConfiguration | Represents a model configuration to set the maximum length of a string or binary property. |
![]() | MaxLengthStringConfiguration | Represents a model configuration to set the maximum length of a string property. |
![]() | MultiplicityConfiguration | Represents a model configuration to set the multiplicity of an association. |
![]() | NonUnicodeConfiguration | Represents a model configuration to mark a string property as non-Unicode. |
![]() | PrecisionDateTimeConfiguration | Represents a model configuration to set the precision of a temporal property. |
![]() | PrecisionDecimalConfiguration | Represents a model configuration to set the precision and scale of a decimal property. |
![]() | RequiredConfiguration | Represents a model configuration to mark a property as required. |
![]() | TableConfiguration | Represents a model configuration to set the table for an entity. |
![]() | TimestampConfiguration | Represents a model configuration to mark a binary column as a timestamp. |
![]() | VBCodeHelper | Provides helper methods for generating Visual Basic code. |
Interface | Description | |
---|---|---|
![]() | IAttributeConfiguration | Represents a model configuration that can be applied using data annotations. |
![]() | IConfiguration | Represents a model configuration. |
![]() | IFluentConfiguration | Represents a model configuration that can be applied using the Code First Fluent API. |