RelationalPropertyExtensions.GetColumnNames Yöntem

Tanım

Aşırı Yüklemeler

GetColumnNames(IEnumerable<IProperty>, StoreObjectIdentifier)

Kaynak:
RelationalPropertyExtensions.cs

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çimlendirecek özellikler.

storeObject
StoreObjectIdentifier

Sütunu içeren tablo benzeri depolama nesnesinin tanımlayıcısı.

Döndürülenler

Sütun adlarının listesi.

Şunlara uygulanır

GetColumnNames(IEnumerable<IReadOnlyProperty>, StoreObjectIdentifier)

Kaynak:
RelationalPropertyExtensions.cs
Kaynak:
RelationalPropertyExtensions.cs
Kaynak:
RelationalPropertyExtensions.cs
Kaynak:
RelationalPropertyExtensions.cs

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çimlendirecek özellikler.

storeObject
StoreObjectIdentifier

Sütunu içeren tablo benzeri depolama nesnesinin tanımlayıcısı.

Döndürülenler

Sütun adlarının listesi.

Şunlara uygulanır