ScaffoldingModelExtensions.IsHandledByConvention(IKey) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出索引鍵是否由慣例設定。
public static bool IsHandledByConvention (this Microsoft.EntityFrameworkCore.Metadata.IKey key);
static member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IKey -> bool
<Extension()>
Public Function IsHandledByConvention (key As IKey) As Boolean
參數
- key
- IKey
要進行檢查的按鍵。
傳回
true
如果金鑰是由慣例所設定,則為 。