IConventionSetPlugin.ModifyConventions(ConventionSet) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
Özelleştirilmiş kural kümesi.