CosmosKeyDiscoveryConvention 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據名稱尋找實體類型之主鍵屬性的慣例,如果存在,則會將分割區索引鍵加入其中。
public class CosmosKeyDiscoveryConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.KeyDiscoveryConvention, Microsoft.EntityFrameworkCore.Metadata.Conventions.IEntityTypeAnnotationChangedConvention
type CosmosKeyDiscoveryConvention = class
inherit KeyDiscoveryConvention
interface IEntityTypeAnnotationChangedConvention
interface IConvention
Public Class CosmosKeyDiscoveryConvention
Inherits KeyDiscoveryConvention
Implements IEntityTypeAnnotationChangedConvention
- 繼承
- 實作
備註
如需詳細資訊和範例,請參閱 模型建置慣例和 使用 EF Core 存取 Azure Cosmos DB 。
建構函式
CosmosKeyDiscoveryConvention(ProviderConventionSetBuilderDependencies) |
建立 CosmosKeyDiscoveryConvention 的新執行個體。 |
屬性
Dependencies |
此服務的相依性。 (繼承來源 KeyDiscoveryConvention) |