Freigeben über


CreateIndexOperation.CreateFrom(ITableIndex) Methode

Definition

Erstellt einen neuen CreateIndexOperation aus dem angegebenen Index.

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

Parameter

index
ITableIndex

Der Index.

Gibt zurück

Der Vorgang.

Gilt für: