IndexAttribute Oluşturucular
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
IndexAttribute(String[]) |
Geçersiz.
IndexAttribute sınıfının yeni bir örneğini başlatır. |
IndexAttribute(String, String[]) |
IndexAttribute sınıfının yeni bir örneğini başlatır. |
IndexAttribute(String[])
Dikkat
Use the other constructor
IndexAttribute sınıfının yeni bir örneğini başlatır.
public IndexAttribute (params string[] propertyNames);
[System.Obsolete("Use the other constructor")]
public IndexAttribute (params string[] propertyNames);
new Microsoft.EntityFrameworkCore.IndexAttribute : string[] -> Microsoft.EntityFrameworkCore.IndexAttribute
[<System.Obsolete("Use the other constructor")>]
new Microsoft.EntityFrameworkCore.IndexAttribute : string[] -> Microsoft.EntityFrameworkCore.IndexAttribute
Public Sub New (ParamArray propertyNames As String())
Parametreler
- propertyNames
- String[]
Dizini oluşturan özellikler sırasıyla (en az bir tane olmalıdır).
- Öznitelikler
Şunlara uygulanır
IndexAttribute(String, String[])
IndexAttribute sınıfının yeni bir örneğini başlatır.
public IndexAttribute (string propertyName, params string[] additionalPropertyNames);
new Microsoft.EntityFrameworkCore.IndexAttribute : string * string[] -> Microsoft.EntityFrameworkCore.IndexAttribute
Public Sub New (propertyName As String, ParamArray additionalPropertyNames As String())
Parametreler
- propertyName
- String
Dizindeki ilk (veya yalnızca) özellik.
- additionalPropertyNames
- String[]
Dizini (varsa) sırayla oluşturan ek özellikler.
Şunlara uygulanır
Entity Framework