CreateTableOperation Class
Entity Framework 5.0
Represents creating a table.
System.Object
System.Data.Entity.Migrations.Model.MigrationOperation
System.Data.Entity.Migrations.Model.CreateTableOperation
System.Data.Entity.Migrations.Model.MigrationOperation
System.Data.Entity.Migrations.Model.CreateTableOperation
Namespace: System.Data.Entity.Migrations.Model
Assembly: EntityFramework (in EntityFramework.dll)
The CreateTableOperation type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CreateTableOperation | Initializes a new instance of the CreateTableOperation class. |
| Name | Description | |
|---|---|---|
![]() | AnonymousArguments | Gets additional arguments that may be processed by providers. (Inherited from MigrationOperation.) |
![]() | Columns | Gets the columns to be included in the new table. |
![]() | Inverse | Gets an operation to drop the table. (Overrides MigrationOperation.Inverse.) |
![]() | IsDestructiveChange | Gets a value indicating whether the change is destructive. (Overrides MigrationOperation.IsDestructiveChange.) |
![]() | Name | Gets the name of the table to be created. |
![]() | PrimaryKey | Gets or sets the primary key for the new table. |
Show:
