다음을 통해 공유


ReferenceReferenceBuilder.SetPrincipalEntityType 메서드

정의

오버로드

SetPrincipalEntityType(String)

관계의 보안 주체인 엔터티 형식을 설정합니다.

SetPrincipalEntityType(Type)

관계의 보안 주체인 엔터티 형식을 설정합니다.

SetPrincipalEntityType(String)

관계의 보안 주체인 엔터티 형식을 설정합니다.

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

매개 변수

principalEntityTypeName
String

보안 주체 엔터티 형식의 이름입니다.

반환

Microsoft.EntityFrameworkCore.Metadata.Internal.InternalRelationshipBuilder

이 관계를 구성하는 데 사용되는 작성기입니다.

적용 대상

SetPrincipalEntityType(Type)

관계의 보안 주체인 엔터티 형식을 설정합니다.

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

매개 변수

principalEntityType
Type

보안 주체 엔터티 형식입니다.

반환

Microsoft.EntityFrameworkCore.Metadata.Internal.InternalRelationshipBuilder

이 관계를 구성하는 데 사용되는 작성기입니다.

적용 대상