IConventionAnnotation インターフェイス

定義

を実装するオブジェクトに格納できる任意の IConventionAnnotatableメタデータ。

このインターフェイスは、通常、データベース プロバイダー (およびその他の拡張機能) によって使用されます。 通常、アプリケーション コードでは使用されません。

public interface IConventionAnnotation : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
type IConventionAnnotation = interface
    interface IAnnotation
Public Interface IConventionAnnotation
Implements IAnnotation
実装

注釈

詳細と例については、「 モデル構築規則 」を参照してください。

プロパティ

Name

この注釈のキーを取得します。

(継承元 IAnnotation)
Value

この注釈に割り当てられた値を取得します。

(継承元 IAnnotation)

メソッド

GetConfigurationSource()

この注釈の構成ソースを返します。

適用対象