Condividi tramite


RelationalPropertyExtensions.GetColumnNames Metodo

Definizione

Overload

GetColumnNames(IEnumerable<IProperty>, StoreObjectIdentifier)

Crea un elenco di nomi di colonna.

GetColumnNames(IEnumerable<IReadOnlyProperty>, StoreObjectIdentifier)

Crea un elenco di nomi di colonna.

GetColumnNames(IEnumerable<IProperty>, StoreObjectIdentifier)

Crea un elenco di nomi di colonna.

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)

Parametri

properties
IEnumerable<IProperty>

Proprietà da formattare.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto archivio simile alla tabella contenente la colonna.

Restituisce

Elenco di nomi di colonne.

Si applica a

GetColumnNames(IEnumerable<IReadOnlyProperty>, StoreObjectIdentifier)

Crea un elenco di nomi di colonna.

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)

Parametri

properties
IEnumerable<IReadOnlyProperty>

Proprietà da formattare.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto archivio simile alla tabella contenente la colonna.

Restituisce

Elenco di nomi di colonne.

Si applica a