Aracılığıyla paylaş


IIndexAddedConvention.ProcessIndexAdded Yöntem

Tanım

Varlık türüne bir dizin eklendikten sonra çağrılır.

public void ProcessIndexAdded (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionIndexBuilder indexBuilder, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionIndexBuilder> context);
abstract member ProcessIndexAdded : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionIndexBuilder * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionIndexBuilder> -> unit
Public Sub ProcessIndexAdded (indexBuilder As IConventionIndexBuilder, context As IConventionContext(Of IConventionIndexBuilder))

Parametreler

indexBuilder
IConventionIndexBuilder

Dizinin oluşturucusu.

context
IConventionContext<IConventionIndexBuilder>

Kural yürütme ile ilişkili ek bilgiler.

Şunlara uygulanır