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