Udostępnij przez


ReferenceReferenceBuilderBase Klasa

Definicja

Ten interfejs API obsługuje infrastrukturę platformy Entity Framework Core i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu. Ten interfejs API może ulec zmianie lub zostać usunięty w przyszłych wersjach.

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)
Dziedziczenie
ReferenceReferenceBuilderBase
Pochodne
Implementuje
IInfrastructure<IMutableModel> IInfrastructure<Microsoft.EntityFrameworkCore.Metadata.Internal.InternalRelationshipBuilder>

Konstruktory

ReferenceReferenceBuilderBase(EntityType, EntityType, InternalRelationshipBuilder)

Ten interfejs API obsługuje infrastrukturę platformy Entity Framework Core i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu. Ten interfejs API może ulec zmianie lub zostać usunięty w przyszłych wersjach.

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

Ten interfejs API obsługuje infrastrukturę platformy Entity Framework Core i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu. Ten interfejs API może ulec zmianie lub zostać usunięty w przyszłych wersjach.

Właściwości

Builder

Pobiera konstruktora wewnętrznego używanego do konfigurowania tej relacji.

DeclaringEntityType

Pobiera pierwszy typ jednostki używany do konfigurowania tej relacji.

Metadata

Klucz obcy reprezentujący tę relację.

RelatedEntityType

Pobiera drugi typ jednostki używany do konfigurowania tej relacji.

Jawne implementacje interfejsu

IInfrastructure<IMutableModel>.Instance

Model, do którego należy ta relacja.

IInfrastructure<InternalRelationshipBuilder>.Instance

Pobiera konstruktora wewnętrznego używanego do konfigurowania tej relacji.

Metody rozszerzania

GetInfrastructure<T>(IInfrastructure<T>)

Pobiera wartość z właściwości ukrytej przy użyciu polecenia IInfrastructure<T>.

Ta metoda jest zwykle używana przez dostawców baz danych (i innych rozszerzeń). Zwykle nie jest używany w kodzie aplikacji.

Dotyczy