共用方式為


StoreGenerationConvention.Validate 方法

定義

多載

Validate(IConventionProperty)

如果這個屬性有衝突的存放區產生組態,則會擲回 。

Validate(IConventionProperty, StoreObjectIdentifier)

如果這個屬性有衝突的存放區產生組態,則會擲回 。

Validate(IConventionProperty)

來源:
StoreGenerationConvention.cs
來源:
StoreGenerationConvention.cs

如果這個屬性有衝突的存放區產生組態,則會擲回 。

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)

參數

property
IConventionProperty

要檢查的屬性。

適用於

Validate(IConventionProperty, StoreObjectIdentifier)

來源:
StoreGenerationConvention.cs
來源:
StoreGenerationConvention.cs
來源:
StoreGenerationConvention.cs
來源:
StoreGenerationConvention.cs
來源:
StoreGenerationConvention.cs

如果這個屬性有衝突的存放區產生組態,則會擲回 。

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)

參數

property
IConventionProperty

要檢查的屬性。

storeObject
StoreObjectIdentifier

存放區物件的識別碼。

適用於