Bagikan melalui


CreateIndexOperation.CreateFrom(ITableIndex) Metode

Definisi

Membuat baru CreateIndexOperation dari indeks yang ditentukan.

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

Indeks.

Mengembalikan

Operasi.

Berlaku untuk