RelationalEntityTypeExtensions.GetSqlQuery メソッド

定義

オーバーロード

GetSqlQuery(IReadOnlyEntityType)

エンティティ型のデータを提供するために使用される、または null SQL 文字列にマップされていない場合は、SQL 文字列を返します。

GetSqlQuery(IEntityType)

エンティティ型のデータを提供するために使用される、または null SQL 文字列にマップされていない場合は、SQL 文字列を返します。

GetSqlQuery(IReadOnlyEntityType)

エンティティ型のデータを提供するために使用される、または null SQL 文字列にマップされていない場合は、SQL 文字列を返します。

public static string? GetSqlQuery (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member GetSqlQuery : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> string
<Extension()>
Public Function GetSqlQuery (entityType As IReadOnlyEntityType) As String

パラメーター

entityType
IReadOnlyEntityType

エンティティの型。

戻り値

エンティティ型のデータを提供するために使用される SQL 文字列。

適用対象

GetSqlQuery(IEntityType)

エンティティ型のデータを提供するために使用される、または null SQL 文字列にマップされていない場合は、SQL 文字列を返します。

public static string GetSqlQuery (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member GetSqlQuery : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> string
<Extension()>
Public Function GetSqlQuery (entityType As IEntityType) As String

パラメーター

entityType
IEntityType

エンティティの型。

戻り値

エンティティ型のデータを提供するために使用される SQL 文字列。

適用対象