RawSqlString.Implicit 运算符
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Implicit(FormattableString to RawSqlString) | |
Implicit(String to RawSqlString) |
隐式将 转换为StringRawSqlString |
Implicit(FormattableString to 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
参数
字符串格式。
返回
适用于
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
字符串。