Поделиться через


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 , если они не были указаны.

Применяется к