다음을 통해 공유


PropertyExtensions.FindPrincipals(IProperty) 메서드

정의

주의

Use IReadOnlyProperty.GetPrincipals

지정된 속성이 외래 키의 일부인 경우 지정된 속성이 제한되는 지정된 속성을 포함한 보안 주체 속성 목록을 찾습니다.

public static System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IProperty> FindPrincipals (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
[System.Obsolete("Use IReadOnlyProperty.GetPrincipals")]
public static System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IProperty> FindPrincipals (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member FindPrincipals : Microsoft.EntityFrameworkCore.Metadata.IProperty -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IProperty>
[<System.Obsolete("Use IReadOnlyProperty.GetPrincipals")>]
static member FindPrincipals : Microsoft.EntityFrameworkCore.Metadata.IProperty -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IProperty>
<Extension()>
Public Function FindPrincipals (property As IProperty) As IReadOnlyList(Of IProperty)

매개 변수

property
IProperty

외래 키 속성입니다.

반환

지정된 속성을 포함하여 연결된 모든 보안 주체 속성의 목록입니다.

특성

적용 대상