Aracılığıyla paylaş


SqlServerIndexExtensions.GetIncludeProperties Yöntem

Tanım

Aşırı Yüklemeler

GetIncludeProperties(IReadOnlyIndex, StoreObjectIdentifier)

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(IIndex)

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.

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

Store nesnesinin tanımlayıcısı.

Döndürülenler

Dahil edilen özellik adları veya null 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

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

Şunlara uygulanı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

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

Şunlara uygulanır