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
列を含むテーブルに似たストア オブジェクトの識別子。
戻り値
列名の一覧。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework