SqlServerIndexExtensions.GetIncludeProperties Yöntem

Tanım

Aşırı Yüklemeler

GetIncludeProperties(IIndex)

Dahil edilen özellik adlarını veya null belirtilmemişse döndürür.

GetIncludeProperties(IReadOnlyIndex)

Dahil edilen özellik adlarını veya null belirtilmemişse döndürür.

GetIncludeProperties(IReadOnlyIndex, StoreObjectIdentifier)

Dahil edilen özellik adlarını veya null belirtilmemişse döndürür.

GetIncludeProperties(IIndex)

Dahil edilen özellik adlarını veya null belirtilmemişse döndürür.

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)

Parametreler

index
IIndex

Dizin.

Döndürülenler

IReadOnlyList<String>

Dahil edilen özellik adları null veya belirtilmemişse.

Şunlara uygulanır

GetIncludeProperties(IReadOnlyIndex)

Dahil edilen özellik adlarını veya null belirtilmemişse döndürür.

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)

Parametreler

index
IReadOnlyIndex

Dizin.

Döndürülenler

IReadOnlyList<String>

Dahil edilen özellik adları null veya belirtilmemişse.

Şunlara uygulanır

GetIncludeProperties(IReadOnlyIndex, StoreObjectIdentifier)

Dahil edilen özellik adlarını veya null belirtilmemişse döndürür.

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)

Parametreler

index
IReadOnlyIndex

Dizin.

storeObject
StoreObjectIdentifier

Mağaza nesnesinin tanımlayıcısı.

Döndürülenler

IReadOnlyList<String>

Dahil edilen özellik adları null veya belirtilmemişse.

Şunlara uygulanır