Udostępnij za pośrednictwem


RelationalPropertyExtensions.FormatColumns Metoda

Definicja

Przeciążenia

FormatColumns(IEnumerable<IProperty>)

Tworzy rozdzielaną przecinkami listę nazw właściwości.

FormatColumns(IEnumerable<IProperty>, StoreObjectIdentifier)

Tworzy rozdzielaną przecinkami listę nazw kolumn.

FormatColumns(IEnumerable<IReadOnlyProperty>, StoreObjectIdentifier)

Tworzy rozdzielaną przecinkami listę nazw kolumn.

FormatColumns(IEnumerable<IProperty>)

Tworzy rozdzielaną przecinkami listę nazw właściwości.

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

Parametry

properties
IEnumerable<IProperty>

Właściwości do sformatowania.

Zwraca

Rozdzielona przecinkami lista nazw właściwości.

Dotyczy

FormatColumns(IEnumerable<IProperty>, StoreObjectIdentifier)

Tworzy rozdzielaną przecinkami listę nazw kolumn.

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

Parametry

properties
IEnumerable<IProperty>

Właściwości do sformatowania.

storeObject
StoreObjectIdentifier

Identyfikator obiektu magazynu przypominającego tabelę zawierającego kolumnę.

Zwraca

Rozdzielona przecinkami lista nazw kolumn.

Dotyczy

FormatColumns(IEnumerable<IReadOnlyProperty>, StoreObjectIdentifier)

Tworzy rozdzielaną przecinkami listę nazw kolumn.

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

Parametry

properties
IEnumerable<IReadOnlyProperty>

Właściwości do sformatowania.

storeObject
StoreObjectIdentifier

Identyfikator obiektu magazynu przypominającego tabelę zawierającego kolumnę.

Zwraca

Rozdzielona przecinkami lista nazw kolumn.

Dotyczy