SqlServerStoreGenerationConvention.Validate Yöntem

Tanım

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

Ş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ı.

Şunlara uygulanır