System.Data.Entity.Migrations.Builders Namespace
Provides helper classes that are used to configure tables and columns.
Class | Description | |
---|---|---|
![]() | ColumnBuilder | Helper class that is used to configure a column. Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources (such as the end user of an application). If input is accepted from such sources it should be validated before being passed to these APIs to protect against SQL injection attacks etc. |
![]() | ParameterBuilder | Represents a class that is used to configure a parameter. |
![]() | TableBuilder<TColumns> | Helper class that is used to further configure a table being created from a CreateTable call on DbMigration . Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources (such as the end user of an application). If input is accepted from such sources it should be validated before being passed to these APIs to protect against SQL injection attacks etc. |