Compartir a través de


CreateIndexOperation.CreateFrom(ITableIndex) Método

Definición

Crea un nuevo CreateIndexOperation a partir del índice especificado.

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

Parámetros

index
ITableIndex

Índice.

Devoluciones

Operación.

Se aplica a