Share via


ReferenceReferenceBuilderBase クラス

定義

この API は Entity Framework Core インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。 この API は、今後のリリースで変更または削除される可能性があります。

public class ReferenceReferenceBuilderBase : Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<Microsoft.EntityFrameworkCore.Metadata.IMutableModel>, Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<Microsoft.EntityFrameworkCore.Metadata.Internal.InternalRelationshipBuilder>
type ReferenceReferenceBuilderBase = class
    interface IInfrastructure<IMutableModel>
    interface IInfrastructure<InternalRelationshipBuilder>
Public Class ReferenceReferenceBuilderBase
Implements IInfrastructure(Of IMutableModel), IInfrastructure(Of InternalRelationshipBuilder)
継承
ReferenceReferenceBuilderBase
派生
実装
IInfrastructure<IMutableModel> IInfrastructure<Microsoft.EntityFrameworkCore.Metadata.Internal.InternalRelationshipBuilder>

コンストラクター

ReferenceReferenceBuilderBase(EntityType, EntityType, InternalRelationshipBuilder)

この API は Entity Framework Core インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。 この API は、今後のリリースで変更または削除される可能性があります。

ReferenceReferenceBuilderBase(InternalRelationshipBuilder, ReferenceReferenceBuilderBase, Boolean, Boolean, Boolean, Boolean)

この API は Entity Framework Core インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。 この API は、今後のリリースで変更または削除される可能性があります。

プロパティ

Builder

このリレーションシップの構成に使用される内部ビルダーを取得します。

DeclaringEntityType

このリレーションシップの構成に使用される最初のエンティティ型を取得します。

Metadata

このリレーションシップを表す外部キー。

RelatedEntityType

このリレーションシップの構成に使用される 2 番目のエンティティ型を取得します。

明示的なインターフェイスの実装

IInfrastructure<IMutableModel>.Instance

このリレーションシップが属するモデル。

IInfrastructure<InternalRelationshipBuilder>.Instance

このリレーションシップの構成に使用される内部ビルダーを取得します。

拡張メソッド

GetInfrastructure<T>(IInfrastructure<T>)

を使用して非表示になっているプロパティから値を IInfrastructure<T>取得します。

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

適用対象