CreateIndexOperation.CreateFrom(ITableIndex) Metoda

Definicja

Tworzy nowy CreateIndexOperation na podstawie określonego indeksu.

public static Microsoft.EntityFrameworkCore.Migrations.Operations.CreateIndexOperation CreateFrom (Microsoft.EntityFrameworkCore.Metadata.ITableIndex index);
static member CreateFrom : Microsoft.EntityFrameworkCore.Metadata.ITableIndex -> Microsoft.EntityFrameworkCore.Migrations.Operations.CreateIndexOperation
Public Shared Function CreateFrom (index As ITableIndex) As CreateIndexOperation

Parametry

index
ITableIndex

Indeks.

Zwraca

Operacja.

Dotyczy