次の方法で共有


RawSqlString.Implicit 演算子

定義

オーバーロード

Implicit(FormattableString to RawSqlString)

を 暗黙的に に変換 FormattableString します。 RawSqlString

Implicit(String to RawSqlString)

を 暗黙的に に変換 String します。 RawSqlString

Implicit(FormattableString to RawSqlString)

を 暗黙的に に変換 FormattableString します。 RawSqlString

public static implicit operator Microsoft.EntityFrameworkCore.RawSqlString (FormattableString fs);
static member op_Implicit : FormattableString -> Microsoft.EntityFrameworkCore.RawSqlString
Public Shared Widening Operator CType (fs As FormattableString) As RawSqlString

パラメーター

fs
FormattableString

文字列形式。

戻り値

適用対象

Implicit(String to RawSqlString)

を 暗黙的に に変換 String します。 RawSqlString

public static implicit operator Microsoft.EntityFrameworkCore.RawSqlString (string s);
static member op_Implicit : string -> Microsoft.EntityFrameworkCore.RawSqlString
Public Shared Widening Operator CType (s As String) As RawSqlString

パラメーター

s
String

文字列。

戻り値

適用対象