IConventionSetPlugin.ModifyConventions(ConventionSet) Yöntem

Tanım

Verilen kural kümesi özelleştirmek veya başka bir şekilde değiştirmek için çağrılır.

public Microsoft.EntityFrameworkCore.Metadata.Conventions.ConventionSet ModifyConventions (Microsoft.EntityFrameworkCore.Metadata.Conventions.ConventionSet conventionSet);
abstract member ModifyConventions : Microsoft.EntityFrameworkCore.Metadata.Conventions.ConventionSet -> Microsoft.EntityFrameworkCore.Metadata.Conventions.ConventionSet
Public Function ModifyConventions (conventionSet As ConventionSet) As ConventionSet

Parametreler

conventionSet
ConventionSet

Özelleştirmek için kural kümesi.

Döndürülenler

ConventionSet

Özelleştirilmiş kural kümesi.

Şunlara uygulanır