Aracılığıyla paylaş


RelationalPropertyExtensions.FormatColumns Yöntem

Tanım

Aşırı Yüklemeler

FormatColumns(IEnumerable<IProperty>)

Özellik adlarının virgülle ayrılmış bir listesini oluşturur.

FormatColumns(IEnumerable<IProperty>, StoreObjectIdentifier)

Sütun adlarının virgülle ayrılmış bir listesini oluşturur.

FormatColumns(IEnumerable<IReadOnlyProperty>, StoreObjectIdentifier)

Sütun adlarının virgülle ayrılmış bir listesini oluşturur.

FormatColumns(IEnumerable<IProperty>)

Özellik adlarının virgülle ayrılmış bir listesini oluşturur.

public static string FormatColumns (this System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IProperty> properties);
static member FormatColumns : seq<Microsoft.EntityFrameworkCore.Metadata.IProperty> -> string
<Extension()>
Public Function FormatColumns (properties As IEnumerable(Of IProperty)) As String

Parametreler

properties
IEnumerable<IProperty>

Biçimlendirecek özellikler.

Döndürülenler

Özellik adlarının virgülle ayrılmış listesi.

Şunlara uygulanır

FormatColumns(IEnumerable<IProperty>, StoreObjectIdentifier)

Sütun adlarının virgülle ayrılmış bir listesini oluşturur.

public static string FormatColumns (this System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IProperty> properties, Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FormatColumns : seq<Microsoft.EntityFrameworkCore.Metadata.IProperty> * Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier -> string
<Extension()>
Public Function FormatColumns (properties As IEnumerable(Of IProperty), storeObject As StoreObjectIdentifier) As 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 virgülle ayrılmış listesi.

Şunlara uygulanır

FormatColumns(IEnumerable<IReadOnlyProperty>, StoreObjectIdentifier)

Sütun adlarının virgülle ayrılmış bir listesini oluşturur.

public static string FormatColumns (this System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty> properties, Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FormatColumns : seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty> * Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier -> string
<Extension()>
Public Function FormatColumns (properties As IEnumerable(Of IReadOnlyProperty), storeObject As StoreObjectIdentifier) As 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 virgülle ayrılmış listesi.

Şunlara uygulanır