RawSqlString.Implicit Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Implicit(FormattableString to RawSqlString) |
Convertit implicitement un en FormattableString un RawSqlString |
Implicit(String to RawSqlString) |
Convertit implicitement un en String un RawSqlString |
Implicit(FormattableString to RawSqlString)
- Source:
- RawSqlString.cs
- Source:
- RawSqlString.cs
- Source:
- RawSqlString.cs
- Source:
- RawSqlString.cs
Convertit implicitement un en FormattableString un 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
Paramètres
Format de chaîne.
Retours
S’applique à
Implicit(String to RawSqlString)
- Source:
- RawSqlString.cs
- Source:
- RawSqlString.cs
- Source:
- RawSqlString.cs
- Source:
- RawSqlString.cs
Convertit implicitement un en String un 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
Paramètres
- s
- String
Chaîne.
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.