CreateTableBuilder<TColumns> Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructs a new builder for the given CreateTableOperation and with the given map of AddColumnOperation operations for columns.
public CreateTableBuilder (Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation operation, System.Collections.Generic.IReadOnlyDictionary<System.Reflection.PropertyInfo,Microsoft.EntityFrameworkCore.Migrations.Operations.AddColumnOperation> columnMap);
new Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.CreateTableBuilder<'Columns> : Microsoft.EntityFrameworkCore.Migrations.Operations.CreateTableOperation * System.Collections.Generic.IReadOnlyDictionary<System.Reflection.PropertyInfo, Microsoft.EntityFrameworkCore.Migrations.Operations.AddColumnOperation> -> Microsoft.EntityFrameworkCore.Migrations.Operations.Builders.CreateTableBuilder<'Columns>
Public Sub New (operation As CreateTableOperation, columnMap As IReadOnlyDictionary(Of PropertyInfo, AddColumnOperation))
Parameters
- operation
- CreateTableOperation
The CreateTableOperation.
- columnMap
- IReadOnlyDictionary<PropertyInfo,AddColumnOperation>
The map of CLR properties to AddColumnOperations.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework