CreateIndexOperation.CreateFrom(ITableIndex) Método

Definição

Cria um novo CreateIndexOperation do í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

O índice.

Retornos

A operação.

Aplica-se a