RelationalPropertyExtensions.GetColumnNames 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
包含資料行之類似資料表的存放區物件的識別碼。
傳回
資料行名稱的清單。