RawSqlString.Implicit 運算子

定義

多載

Implicit(FormattableString to RawSqlString)

隱含地將 轉換為 FormattableStringRawSqlString

Implicit(String to RawSqlString)

隱含地將 轉換為 StringRawSqlString

Implicit(FormattableString to RawSqlString)

隱含地將 轉換為 FormattableStringRawSqlString

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)

隱含地將 轉換為 StringRawSqlString

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

字串。

傳回

適用於