共用方式為


RelationalPropertyExtensions.GetColumnNames 方法

定義

多載

GetColumnNames(IEnumerable<IProperty>, StoreObjectIdentifier)

建立資料行名稱的清單。

GetColumnNames(IEnumerable<IReadOnlyProperty>, StoreObjectIdentifier)

建立資料行名稱的清單。

GetColumnNames(IEnumerable<IProperty>, StoreObjectIdentifier)

建立資料行名稱的清單。

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)

參數

properties
IEnumerable<IProperty>

要格式化的屬性。

storeObject
StoreObjectIdentifier

包含資料行之類似資料表的存放區物件的識別碼。

傳回

資料行名稱的清單。

適用於

GetColumnNames(IEnumerable<IReadOnlyProperty>, StoreObjectIdentifier)

建立資料行名稱的清單。

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)

參數

properties
IEnumerable<IReadOnlyProperty>

要格式化的屬性。

storeObject
StoreObjectIdentifier

包含資料行之類似資料表的存放區物件的識別碼。

傳回

資料行名稱的清單。

適用於