SqlServerIndexExtensions.GetIncludeProperties Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
GetIncludeProperties(IReadOnlyIndex, StoreObjectIdentifier) |
Dahil edilen özellik adlarını veya |
GetIncludeProperties(IReadOnlyIndex) |
Dahil edilen özellik adlarını veya |
GetIncludeProperties(IIndex) |
Dahil edilen özellik adlarını veya |
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
Entity Framework