RawSqlString.Implicit Opérateur
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.
Implicit(FormattableString to RawSqlString) |
Convertit implicitement un en FormattableString un RawSqlString |
Implicit(String to RawSqlString) |
Convertit implicitement un en String un 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 à
Entity Framework Core 3.1 et autres versions
Produit | Versions |
---|---|
Entity Framework Core | 2.0, 2.1, 2.2, 3.0, 3.1 |
- 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 à
Entity Framework Core 3.1 et autres versions
Produit | Versions |
---|---|
Entity Framework Core | 2.0, 2.1, 2.2, 3.0, 3.1 |
Commentaires sur Entity Framework
Entity Framework est un projet open source. Sélectionnez un lien pour fournir des commentaires :