共用方式為


SqlServerStoreGenerationConvention.Validate 方法

定義

多載

Validate(IConventionProperty)
Validate(IConventionProperty, StoreObjectIdentifier)

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

Validate(IConventionProperty)

來源:
SqlServerStoreGenerationConvention.cs
來源:
SqlServerStoreGenerationConvention.cs
protected override void Validate (Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
override this.Validate : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> unit
Protected Overrides Sub Validate (property As IConventionProperty)

參數

適用於

Validate(IConventionProperty, StoreObjectIdentifier)

來源:
SqlServerStoreGenerationConvention.cs
來源:
SqlServerStoreGenerationConvention.cs
來源:
SqlServerStoreGenerationConvention.cs
來源:
SqlServerStoreGenerationConvention.cs
來源:
SqlServerStoreGenerationConvention.cs

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

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)

參數

property
IConventionProperty

要檢查的屬性。

storeObject
StoreObjectIdentifier

Store 物件的識別碼。

適用於