RelationalForeignKeyAnnotations クラス

定義

を介して Relational(IMutableForeignKey)アクセスされるリレーショナル固有の注釈のプロパティ。

public class RelationalForeignKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IRelationalForeignKeyAnnotations
type RelationalForeignKeyAnnotations = class
    interface IRelationalForeignKeyAnnotations
Public Class RelationalForeignKeyAnnotations
Implements IRelationalForeignKeyAnnotations
継承
RelationalForeignKeyAnnotations
実装

コンストラクター

RelationalForeignKeyAnnotations(IForeignKey)

指定 IForeignKeyした の注釈のインスタンスを構築します。

RelationalForeignKeyAnnotations(IForeignKey, RelationalFullAnnotationNames)

を介して Relational(IMutableForeignKey)アクセスされるリレーショナル固有の注釈のプロパティ。

RelationalForeignKeyAnnotations(RelationalAnnotations)

指定された注釈ヘルパーによって表される の IForeignKey 注釈のインスタンスを構築します。

RelationalForeignKeyAnnotations(RelationalAnnotations, RelationalFullAnnotationNames)

を介して Relational(IMutableForeignKey)アクセスされるリレーショナル固有の注釈のプロパティ。

フィールド

DefaultForeignKeyNamePrefix

を介して Relational(IMutableForeignKey)アクセスされるリレーショナル固有の注釈のプロパティ。

ProviderFullAnnotationNames

を介して Relational(IMutableForeignKey)アクセスされるリレーショナル固有の注釈のプロパティ。

プロパティ

Annotations

RelationalAnnotations注釈を付ける をIForeignKey表すヘルパー。

ForeignKey

IForeignKey注釈を付ける 。

Name

外部キー制約名。

メソッド

GetAnnotations(IEntityType)

を介して Relational(IMutableForeignKey)アクセスされるリレーショナル固有の注釈のプロパティ。

GetAnnotations(IForeignKey)

を介して Relational(IMutableForeignKey)アクセスされるリレーショナル固有の注釈のプロパティ。

GetAnnotations(IProperty)

を介して Relational(IMutableForeignKey)アクセスされるリレーショナル固有の注釈のプロパティ。

GetDefaultForeignKeyName(String, String, IEnumerable<String>)

を介して Relational(IMutableForeignKey)アクセスされるリレーショナル固有の注釈のプロパティ。

GetDefaultName()

を介して Relational(IMutableForeignKey)アクセスされるリレーショナル固有の注釈のプロパティ。

GetNameConfigurationSource()

を介して Relational(IMutableForeignKey)アクセスされるリレーショナル固有の注釈のプロパティ。

SetName(String)

使用中の の Name セマンティクスを使用して を RelationalAnnotations 設定しようとします。

適用対象