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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework