次の方法で共有


RelationalPropertyExtensions.FormatColumns メソッド

定義

オーバーロード

FormatColumns(IEnumerable<IProperty>)

プロパティ名のコンマ区切りのリストを作成します。

FormatColumns(IEnumerable<IProperty>, StoreObjectIdentifier)

列名のコンマ区切りのリストを作成します。

FormatColumns(IEnumerable<IReadOnlyProperty>, StoreObjectIdentifier)

列名のコンマ区切りのリストを作成します。

FormatColumns(IEnumerable<IProperty>)

プロパティ名のコンマ区切りのリストを作成します。

public static string FormatColumns (this System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IProperty> properties);
static member FormatColumns : seq<Microsoft.EntityFrameworkCore.Metadata.IProperty> -> string
<Extension()>
Public Function FormatColumns (properties As IEnumerable(Of IProperty)) As String

パラメーター

properties
IEnumerable<IProperty>

書式設定するプロパティ。

戻り値

プロパティ名のコンマ区切りのリスト。

適用対象

FormatColumns(IEnumerable<IProperty>, StoreObjectIdentifier)

列名のコンマ区切りのリストを作成します。

public static string FormatColumns (this System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IProperty> properties, Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FormatColumns : seq<Microsoft.EntityFrameworkCore.Metadata.IProperty> * Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier -> string
<Extension()>
Public Function FormatColumns (properties As IEnumerable(Of IProperty), storeObject As StoreObjectIdentifier) As String

パラメーター

properties
IEnumerable<IProperty>

書式設定するプロパティ。

storeObject
StoreObjectIdentifier

列を含むテーブルに似たストア オブジェクトの識別子。

戻り値

列名のコンマ区切りのリスト。

適用対象

FormatColumns(IEnumerable<IReadOnlyProperty>, StoreObjectIdentifier)

列名のコンマ区切りのリストを作成します。

public static string FormatColumns (this System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty> properties, Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FormatColumns : seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty> * Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier -> string
<Extension()>
Public Function FormatColumns (properties As IEnumerable(Of IReadOnlyProperty), storeObject As StoreObjectIdentifier) As String

パラメーター

properties
IEnumerable<IReadOnlyProperty>

書式設定するプロパティ。

storeObject
StoreObjectIdentifier

列を含むテーブルに似たストア オブジェクトの識別子。

戻り値

列名のコンマ区切りのリスト。

適用対象