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

字符串。

返回

适用于