StoreGenerationConvention.Validate 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Validate(IConventionProperty) |
如果這個屬性有衝突的存放區產生組態,則會擲回 。 |
Validate(IConventionProperty, StoreObjectIdentifier) |
如果這個屬性有衝突的存放區產生組態,則會擲回 。 |
Validate(IConventionProperty)
如果這個屬性有衝突的存放區產生組態,則會擲回 。
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)
如果這個屬性有衝突的存放區產生組態,則會擲回 。
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
存放區物件的識別碼。