RelationalPropertyExtensions.GetColumnNames 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
| GetColumnNames(IEnumerable<IProperty>, StoreObjectIdentifier) |
Sütun adlarının listesini oluşturur. |
| GetColumnNames(IEnumerable<IReadOnlyProperty>, StoreObjectIdentifier) |
Sütun adlarının listesini oluşturur. |
GetColumnNames(IEnumerable<IProperty>, StoreObjectIdentifier)
Sütun adlarının listesini oluşturur.
public static System.Collections.Generic.IReadOnlyList<string> GetColumnNames (this System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IProperty> properties, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetColumnNames : seq<Microsoft.EntityFrameworkCore.Metadata.IProperty> * StoreObjectIdentifier -> System.Collections.Generic.IReadOnlyList<string>
<Extension()>
Public Function GetColumnNames (properties As IEnumerable(Of IProperty), ByRef storeObject As StoreObjectIdentifier) As IReadOnlyList(Of String)
Parametreler
- properties
- IEnumerable<IProperty>
Biçimlendirilen özellikler.
- storeObject
- StoreObjectIdentifier
Sütunu içeren tablo gibi bir depo nesnesinin tanımlayıcısı.
Döndürülenler
Sütun adlarının listesi.
Şunlara uygulanır
GetColumnNames(IEnumerable<IReadOnlyProperty>, StoreObjectIdentifier)
Sütun adlarının listesini oluşturur.
public static System.Collections.Generic.IReadOnlyList<string>? GetColumnNames (this System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty> properties, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetColumnNames : seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty> * StoreObjectIdentifier -> System.Collections.Generic.IReadOnlyList<string>
<Extension()>
Public Function GetColumnNames (properties As IEnumerable(Of IReadOnlyProperty), ByRef storeObject As StoreObjectIdentifier) As IReadOnlyList(Of String)
Parametreler
- properties
- IEnumerable<IReadOnlyProperty>
Biçimlendirilen özellikler.
- storeObject
- StoreObjectIdentifier
Sütunu içeren tablo gibi bir depo nesnesinin tanımlayıcısı.
Döndürülenler
Sütun adlarının listesi.