StoreGenerationConvention.Validate 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
Validate(IConventionProperty) |
Bu özellik için çakışan depo oluşturma yapılandırması varsa oluşturur. |
Validate(IConventionProperty, StoreObjectIdentifier) |
Bu özellik için çakışan depo oluşturma yapılandırması varsa oluşturur. |
Validate(IConventionProperty)
Bu özellik için çakışan depo oluşturma yapılandırması varsa oluşturur.
protected virtual void Validate (Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
abstract member Validate : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> unit
override this.Validate : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> unit
Protected Overridable Sub Validate (property As IConventionProperty)
Parametreler
- property
- IConventionProperty
Denetlenecek özellik.
Şunlara uygulanır
Validate(IConventionProperty, StoreObjectIdentifier)
Bu özellik için çakışan depo oluşturma yapılandırması varsa oluşturur.
protected virtual void Validate (Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
abstract member Validate : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * StoreObjectIdentifier -> unit
override this.Validate : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * StoreObjectIdentifier -> unit
Protected Overridable Sub Validate (property As IConventionProperty, storeObject As StoreObjectIdentifier)
Parametreler
- property
- IConventionProperty
Denetlenecek özellik.
- storeObject
- StoreObjectIdentifier
Store nesnesinin tanımlayıcısı.
Şunlara uygulanır
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Entity Framework