SqlServerIndexExtensions.SetIncludeProperties 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
| SetIncludeProperties(IMutableIndex, IReadOnlyList<String>) |
Dahil edilen özellik adlarını ayarlar. |
| SetIncludeProperties(IConventionIndex, IReadOnlyList<String>, Boolean) |
Dahil edilen özellik adlarını ayarlar. |
SetIncludeProperties(IMutableIndex, IReadOnlyList<String>)
- Kaynak:
- SqlServerIndexExtensions.cs
- Kaynak:
- SqlServerIndexExtensions.cs
- Kaynak:
- SqlServerIndexExtensions.cs
- Kaynak:
- SqlServerIndexExtensions.cs
- Kaynak:
- SqlServerIndexExtensions.cs
- Kaynak:
- SqlServerIndexExtensions.cs
- Kaynak:
- SqlServerIndexExtensions.cs
Dahil edilen özellik adlarını ayarlar.
public static void SetIncludeProperties(this Microsoft.EntityFrameworkCore.Metadata.IMutableIndex index, System.Collections.Generic.IReadOnlyList<string> properties);
static member SetIncludeProperties : Microsoft.EntityFrameworkCore.Metadata.IMutableIndex * System.Collections.Generic.IReadOnlyList<string> -> unit
<Extension()>
Public Sub SetIncludeProperties (index As IMutableIndex, properties As IReadOnlyList(Of String))
Parametreler
- index
- IMutableIndex
Dizin.
- properties
- IReadOnlyList<String>
Ayarlanacak değer.
Şunlara uygulanır
SetIncludeProperties(IConventionIndex, IReadOnlyList<String>, Boolean)
- Kaynak:
- SqlServerIndexExtensions.cs
- Kaynak:
- SqlServerIndexExtensions.cs
- Kaynak:
- SqlServerIndexExtensions.cs
- Kaynak:
- SqlServerIndexExtensions.cs
- Kaynak:
- SqlServerIndexExtensions.cs
- Kaynak:
- SqlServerIndexExtensions.cs
- Kaynak:
- SqlServerIndexExtensions.cs
Dahil edilen özellik adlarını ayarlar.
public static void SetIncludeProperties(this Microsoft.EntityFrameworkCore.Metadata.IConventionIndex index, System.Collections.Generic.IReadOnlyList<string> properties, bool fromDataAnnotation = false);
public static System.Collections.Generic.IReadOnlyList<string> SetIncludeProperties(this Microsoft.EntityFrameworkCore.Metadata.IConventionIndex index, System.Collections.Generic.IReadOnlyList<string> properties, bool fromDataAnnotation = false);
public static System.Collections.Generic.IReadOnlyList<string>? SetIncludeProperties(this Microsoft.EntityFrameworkCore.Metadata.IConventionIndex index, System.Collections.Generic.IReadOnlyList<string>? properties, bool fromDataAnnotation = false);
static member SetIncludeProperties : Microsoft.EntityFrameworkCore.Metadata.IConventionIndex * System.Collections.Generic.IReadOnlyList<string> * bool -> unit
static member SetIncludeProperties : Microsoft.EntityFrameworkCore.Metadata.IConventionIndex * System.Collections.Generic.IReadOnlyList<string> * bool -> System.Collections.Generic.IReadOnlyList<string>
<Extension()>
Public Sub SetIncludeProperties (index As IConventionIndex, properties As IReadOnlyList(Of String), Optional fromDataAnnotation As Boolean = false)
<Extension()>
Public Function SetIncludeProperties (index As IConventionIndex, properties As IReadOnlyList(Of String), Optional fromDataAnnotation As Boolean = false) As IReadOnlyList(Of String)
Parametreler
- index
- IConventionIndex
Dizin.
- properties
- IReadOnlyList<String>
Ayarlanacak değer.
- fromDataAnnotation
- Boolean
Yapılandırmanın bir veri ek açıklaması kullanılarak belirtilip belirtilmediğinden emin olun.
Döndürülenler
Yapılandırılan özellik adları.