SqlServerStoreGenerationConvention.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) | |
| Validate(IConventionProperty, StoreObjectIdentifier) |
Bu özellik için çakışan depo oluşturma yapılandırması varsa oluşturur. |
Validate(IConventionProperty)
protected override void Validate(Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
override this.Validate : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> unit
Protected Overrides Sub Validate (property As IConventionProperty)
Parametreler
- property
- IConventionProperty
Şunlara uygulanır
Validate(IConventionProperty, StoreObjectIdentifier)
Bu özellik için çakışan depo oluşturma yapılandırması varsa oluşturur.
protected override void Validate(Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
override this.Validate : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * StoreObjectIdentifier -> unit
Protected Overrides Sub Validate (property As IConventionProperty, storeObject As StoreObjectIdentifier)
Parametreler
- property
- IConventionProperty
Denetlenecek özellik.
- storeObject
- StoreObjectIdentifier
Store nesnesinin tanımlayıcısı.