Sdílet prostřednictvím


CreateTableBuilder<TColumns> Konstruktor

Definice

Vytvoří nového tvůrce pro danou CreateTableOperation a s danou mapou AddColumnOperation operací pro sloupce.

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>

Mapování vlastností CLR na AddColumnOperations.

Platí pro