Sdílet prostřednictvím


RelationalPropertyExtensions.FormatColumns Metoda

Definice

Přetížení

FormatColumns(IEnumerable<IProperty>)

Vytvoří seznam názvů vlastností oddělených čárkami.

FormatColumns(IEnumerable<IProperty>, StoreObjectIdentifier)

Vytvoří seznam názvů sloupců oddělených čárkami.

FormatColumns(IEnumerable<IReadOnlyProperty>, StoreObjectIdentifier)

Vytvoří seznam názvů sloupců oddělených čárkami.

FormatColumns(IEnumerable<IProperty>)

Vytvoří seznam názvů vlastností oddělených čárkami.

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>

Vlastnosti, které chcete formátovat.

Návraty

Seznam názvů vlastností oddělených čárkami.

Platí pro

FormatColumns(IEnumerable<IProperty>, StoreObjectIdentifier)

Vytvoří seznam názvů sloupců oddělených čárkami.

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>

Vlastnosti, které chcete formátovat.

storeObject
StoreObjectIdentifier

Identifikátor objektu úložiště podobného tabulce, který obsahuje sloupec.

Návraty

Seznam názvů sloupců oddělených čárkami

Platí pro

FormatColumns(IEnumerable<IReadOnlyProperty>, StoreObjectIdentifier)

Vytvoří seznam názvů sloupců oddělených čárkami.

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>

Vlastnosti, které chcete formátovat.

storeObject
StoreObjectIdentifier

Identifikátor objektu úložiště podobného tabulce, který obsahuje sloupec.

Návraty

Seznam názvů sloupců oddělených čárkami

Platí pro