RelationalPropertyExtensions.GetColumnNames Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
GetColumnNames(IEnumerable<IProperty>, StoreObjectIdentifier) |
Vytvoří seznam názvů sloupců. |
GetColumnNames(IEnumerable<IReadOnlyProperty>, StoreObjectIdentifier) |
Vytvoří seznam názvů sloupců. |
GetColumnNames(IEnumerable<IProperty>, StoreObjectIdentifier)
Vytvoří seznam názvů sloupců.
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)
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ů.
Platí pro
GetColumnNames(IEnumerable<IReadOnlyProperty>, StoreObjectIdentifier)
Vytvoří seznam názvů sloupců.
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)
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ů.
Platí pro
Entity Framework