ProviderConventionSetBuilder.ReplaceConvention 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.
Aşırı Yüklemeler
ReplaceConvention<TConvention,TImplementation>(IList<TConvention>, TImplementation) |
Mevcut bir kuralı türetilmiş bir kuralla değiştirir. |
ReplaceConvention<TConvention,TImplementation>(List<TConvention>, TImplementation) |
Mevcut bir kuralı türetilmiş bir kuralla değiştirir. |
ReplaceConvention<TConvention,TImplementation>(IList<TConvention>, TImplementation)
Mevcut bir kuralı türetilmiş bir kuralla değiştirir.
protected virtual bool ReplaceConvention<TConvention,TImplementation> (System.Collections.Generic.IList<TConvention> conventionsList, TImplementation newConvention) where TImplementation : TConvention;
abstract member ReplaceConvention : System.Collections.Generic.IList<'Convention> * 'Implementation -> bool
override this.ReplaceConvention : System.Collections.Generic.IList<'Convention> * 'Implementation -> bool
Protected Overridable Function ReplaceConvention(Of TConvention, TImplementation) (conventionsList As IList(Of TConvention), newConvention As TImplementation) As Boolean
Tür Parametreleri
- TConvention
Değiştirilmekte olan kuralın türü.
- TImplementation
Eski kuralın türü.
Parametreler
- conventionsList
- IList<TConvention>
Taranacak mevcut kural örneklerinin listesi.
- newConvention
- TImplementation
Yeni kural.
Döndürülenler
Şunlara uygulanır
ReplaceConvention<TConvention,TImplementation>(List<TConvention>, TImplementation)
Mevcut bir kuralı türetilmiş bir kuralla değiştirir.
protected virtual bool ReplaceConvention<TConvention,TImplementation> (System.Collections.Generic.List<TConvention> conventionsList, TImplementation newConvention) where TImplementation : TConvention;
abstract member ReplaceConvention : System.Collections.Generic.List<'Convention> * 'Implementation -> bool
override this.ReplaceConvention : System.Collections.Generic.List<'Convention> * 'Implementation -> bool
Protected Overridable Function ReplaceConvention(Of TConvention, TImplementation) (conventionsList As List(Of TConvention), newConvention As TImplementation) As Boolean
Tür Parametreleri
- TConvention
Değiştirilmekte olan kuralın türü.
- TImplementation
Eski kuralın türü.
Parametreler
- conventionsList
- List<TConvention>
Taranacak mevcut kural örneklerinin listesi.
- newConvention
- TImplementation
Yeni kural.
Döndürülenler
Şunlara uygulanır
Entity Framework