次の方法で共有


RelationalTypeBaseExtensions.GetSqlQuery(IReadOnlyTypeBase) メソッド

定義

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

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

パラメーター

typeBase
IReadOnlyTypeBase

型。

戻り値

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

適用対象