다음을 통해 공유


SqlServerIndexExtensions.GetIncludeProperties 메서드

정의

오버로드

GetIncludeProperties(IReadOnlyIndex, StoreObjectIdentifier)

포함된 속성 이름을 반환하거나 null 지정하지 않은 경우 를 반환합니다.

GetIncludeProperties(IReadOnlyIndex)

포함된 속성 이름을 반환하거나 null 지정하지 않은 경우 를 반환합니다.

GetIncludeProperties(IIndex)

포함된 속성 이름을 반환하거나 null 지정하지 않은 경우 를 반환합니다.

GetIncludeProperties(IReadOnlyIndex, StoreObjectIdentifier)

포함된 속성 이름을 반환하거나 null 지정하지 않은 경우 를 반환합니다.

public static System.Collections.Generic.IReadOnlyList<string>? GetIncludeProperties (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetIncludeProperties : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex * StoreObjectIdentifier -> System.Collections.Generic.IReadOnlyList<string>
<Extension()>
Public Function GetIncludeProperties (index As IReadOnlyIndex, ByRef storeObject As StoreObjectIdentifier) As IReadOnlyList(Of String)

매개 변수

index
IReadOnlyIndex

인덱스입니다.

storeObject
StoreObjectIdentifier

저장소 개체의 식별자입니다.

반환

포함된 속성 이름이거나 null 지정되지 않은 경우 입니다.

적용 대상

GetIncludeProperties(IReadOnlyIndex)

포함된 속성 이름을 반환하거나 null 지정하지 않은 경우 를 반환합니다.

public static System.Collections.Generic.IReadOnlyList<string>? GetIncludeProperties (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index);
static member GetIncludeProperties : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex -> System.Collections.Generic.IReadOnlyList<string>
<Extension()>
Public Function GetIncludeProperties (index As IReadOnlyIndex) As IReadOnlyList(Of String)

매개 변수

index
IReadOnlyIndex

인덱스입니다.

반환

포함된 속성 이름이거나 null 지정되지 않은 경우 입니다.

적용 대상

GetIncludeProperties(IIndex)

포함된 속성 이름을 반환하거나 null 지정하지 않은 경우 를 반환합니다.

public static System.Collections.Generic.IReadOnlyList<string> GetIncludeProperties (this Microsoft.EntityFrameworkCore.Metadata.IIndex index);
static member GetIncludeProperties : Microsoft.EntityFrameworkCore.Metadata.IIndex -> System.Collections.Generic.IReadOnlyList<string>
<Extension()>
Public Function GetIncludeProperties (index As IIndex) As IReadOnlyList(Of String)

매개 변수

index
IIndex

인덱스입니다.

반환

포함된 속성 이름이거나 null 지정되지 않은 경우 입니다.

적용 대상