RelationalPropertyExtensions.FormatColumns 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
| 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.