ConventionSet.Replace 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
Replace<TConvention,TImplementation>(List<TConvention>, TImplementation) |
Mevcut bir kuralı türetilmiş bir kuralla değiştirir. |
Replace<TConvention,TImplementation>(IList<TConvention>, TImplementation) |
Mevcut bir kuralı türetilmiş bir kuralla değiştirir. |
Replace<TImplementation>(TImplementation) |
Mevcut bir kuralı türetilmiş bir kuralla değiştirir. Ayrıca, mevcut kural tarafından uygulanmayan tüm kural türleri için yeni kuralı kaydeder. |
Replace<TConvention,TImplementation>(List<TConvention>, TImplementation)
Mevcut bir kuralı türetilmiş bir kuralla değiştirir.
public static bool Replace<TConvention,TImplementation> (System.Collections.Generic.List<TConvention> conventionsList, TImplementation newConvention) where TImplementation : TConvention;
static member Replace : System.Collections.Generic.List<'Convention> * 'Implementation -> bool
Public Shared Function Replace(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
true
kural değiştirildiyse.
Şunlara uygulanır
Replace<TConvention,TImplementation>(IList<TConvention>, TImplementation)
Mevcut bir kuralı türetilmiş bir kuralla değiştirir.
public static bool Replace<TConvention,TImplementation> (System.Collections.Generic.IList<TConvention> conventionsList, TImplementation newConvention) where TImplementation : TConvention;
static member Replace : System.Collections.Generic.IList<'Convention> * 'Implementation -> bool
Public Shared Function Replace(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
true
kural değiştirildiyse.
Şunlara uygulanır
Replace<TImplementation>(TImplementation)
Mevcut bir kuralı türetilmiş bir kuralla değiştirir. Ayrıca, mevcut kural tarafından uygulanmayan tüm kural türleri için yeni kuralı kaydeder.
public virtual void Replace<TImplementation> (TImplementation newConvention) where TImplementation : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention;
abstract member Replace : 'Implementation -> unit (requires 'Implementation :> Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention)
override this.Replace : 'Implementation -> unit (requires 'Implementation :> Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention)
Public Overridable Sub Replace(Of TImplementation As IConvention) (newConvention As TImplementation)
Tür Parametreleri
- TImplementation
Eski kuralın türü.
Parametreler
- newConvention
- TImplementation
Yeni kural.
Şunlara uygulanır
Entity Framework