次の方法で共有


SqlServerStoreGenerationConvention.Validate メソッド

定義

オーバーロード

Validate(IConventionProperty)
Validate(IConventionProperty, StoreObjectIdentifier)

このプロパティのストア生成構成が競合している場合は をスローします。

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)

パラメーター

適用対象

Validate(IConventionProperty, StoreObjectIdentifier)

このプロパティのストア生成構成が競合している場合は をスローします。

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

ストア オブジェクトの識別子。

適用対象