Sdílet prostřednictvím


ReferenceReferenceBuilder.SetPrincipalEntityType Metoda

Definice

Přetížení

SetPrincipalEntityType(String)

Nastaví typ entity, který je objektem zabezpečení relace.

SetPrincipalEntityType(Type)

Nastaví typ entity, který je objektem zabezpečení relace.

SetPrincipalEntityType(String)

Nastaví typ entity, který je objektem zabezpečení relace.

protected virtual Microsoft.EntityFrameworkCore.Metadata.Internal.InternalRelationshipBuilder SetPrincipalEntityType (string principalEntityTypeName);
abstract member SetPrincipalEntityType : string -> Microsoft.EntityFrameworkCore.Metadata.Internal.InternalRelationshipBuilder
override this.SetPrincipalEntityType : string -> Microsoft.EntityFrameworkCore.Metadata.Internal.InternalRelationshipBuilder
Protected Overridable Function SetPrincipalEntityType (principalEntityTypeName As String) As InternalRelationshipBuilder

Parametry

principalEntityTypeName
String

Název typu hlavní entity.

Návraty

Microsoft.EntityFrameworkCore.Metadata.Internal.InternalRelationshipBuilder

Tvůrce, který se používá ke konfiguraci této relace.

Platí pro

SetPrincipalEntityType(Type)

Nastaví typ entity, který je objektem zabezpečení relace.

protected virtual Microsoft.EntityFrameworkCore.Metadata.Internal.InternalRelationshipBuilder SetPrincipalEntityType (Type principalEntityType);
abstract member SetPrincipalEntityType : Type -> Microsoft.EntityFrameworkCore.Metadata.Internal.InternalRelationshipBuilder
override this.SetPrincipalEntityType : Type -> Microsoft.EntityFrameworkCore.Metadata.Internal.InternalRelationshipBuilder
Protected Overridable Function SetPrincipalEntityType (principalEntityType As Type) As InternalRelationshipBuilder

Parametry

principalEntityType
Type

Typ hlavní entity.

Návraty

Microsoft.EntityFrameworkCore.Metadata.Internal.InternalRelationshipBuilder

Tvůrce, který se používá ke konfiguraci této relace.

Platí pro