RawSqlString.Implicit Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Implicit(FormattableString to RawSqlString) |
を 暗黙的に に変換 FormattableString します。 RawSqlString |
Implicit(String to RawSqlString) |
を 暗黙的に に変換 String します。 RawSqlString |
Implicit(FormattableString to RawSqlString)
- ソース:
- RawSqlString.cs
- ソース:
- RawSqlString.cs
- ソース:
- RawSqlString.cs
- ソース:
- RawSqlString.cs
を 暗黙的に に変換 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
パラメーター
文字列形式。
戻り値
適用対象
Implicit(String to RawSqlString)
- ソース:
- RawSqlString.cs
- ソース:
- RawSqlString.cs
- ソース:
- RawSqlString.cs
- ソース:
- RawSqlString.cs
を 暗黙的に に変換 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
文字列。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework