System.Data.Entity.Migrations.Builders Namespace

Classes

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

Helper class that is used to configure a parameter.

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.

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.