RawSqlString.Implicit 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
參數
字串格式。
傳回
適用於
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
字串。