CreateTableBuilder<TColumns> Konstruktor

Definicja

Tworzy nowego konstruktora dla danej CreateTableOperation wartości i z daną mapą AddColumnOperation operacji dla kolumn.

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))

Parametry

columnMap
IReadOnlyDictionary<PropertyInfo,AddColumnOperation>

Mapa właściwości środowiska CLR na AddColumnOperations.

Dotyczy