다음을 통해 공유


IReadOnlyProperty.GetPrincipals 메서드

정의

오버로드

GetPrincipals()

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

GetPrincipals<T>()

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

GetPrincipals()

Source:
IReadOnlyProperty.cs
Source:
IReadOnlyProperty.cs
Source:
IReadOnlyProperty.cs
Source:
IReadOnlyProperty.cs

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

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty> GetPrincipals ();
abstract member GetPrincipals : unit -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty>
override this.GetPrincipals : unit -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty>
Public Overridable Function GetPrincipals () As IReadOnlyList(Of IReadOnlyProperty)

반환

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

적용 대상

GetPrincipals<T>()

Source:
IReadOnlyProperty.cs
Source:
IReadOnlyProperty.cs

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

public virtual System.Collections.Generic.IReadOnlyList<T> GetPrincipals<T> () where T : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty;
abstract member GetPrincipals : unit -> System.Collections.Generic.IReadOnlyList<'T (requires 'T :> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty)> (requires 'T :> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty)
override this.GetPrincipals : unit -> System.Collections.Generic.IReadOnlyList<'T (requires 'T :> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty)> (requires 'T :> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty)
Public Overridable Function GetPrincipals(Of T As IReadOnlyProperty) () As IReadOnlyList(Of T)

형식 매개 변수

T

반환

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

적용 대상