Udostępnij za pośrednictwem


RelationalPropertyExtensions.GetColumnNames Metoda

Definicja

Przeciążenia

GetColumnNames(IEnumerable<IProperty>, StoreObjectIdentifier)

Tworzy listę nazw kolumn.

GetColumnNames(IEnumerable<IReadOnlyProperty>, StoreObjectIdentifier)

Tworzy listę nazw kolumn.

GetColumnNames(IEnumerable<IProperty>, StoreObjectIdentifier)

Tworzy listę nazw kolumn.

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>

Właściwości do sformatowania.

storeObject
StoreObjectIdentifier

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

Zwraca

Lista nazw kolumn.

Dotyczy

GetColumnNames(IEnumerable<IReadOnlyProperty>, StoreObjectIdentifier)

Tworzy listę nazw kolumn.

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>

Właściwości do sformatowania.

storeObject
StoreObjectIdentifier

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

Zwraca

Lista nazw kolumn.

Dotyczy