StoreGenerationConvention.Validate Yöntem

Tanım

Aşırı Yüklemeler

Validate(IConventionProperty)

Bu özellik için çakışan depo oluşturma yapılandırması varsa throws.

Validate(IConventionProperty, StoreObjectIdentifier)

Bu özellik için çakışan depo oluşturma yapılandırması varsa throws.

Validate(IConventionProperty)

Bu özellik için çakışan depo oluşturma yapılandırması varsa throws.

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 throws.

protected virtual void Validate (Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, 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

Mağaza nesnesinin tanımlayıcısı.

Şunlara uygulanır