RelationalPropertyExtensions.GetColumnNames Yöntem

Tanım

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

IReadOnlyList<String>

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

IReadOnlyList<String>

Sütun adlarının listesi.

Şunlara uygulanır