RawSqlString.Implicit Opérateur

Définition

Surcharges

Implicit(FormattableString to RawSqlString)

Source:
RawSqlString.cs
Source:
RawSqlString.cs
Source:
RawSqlString.cs
Source:
RawSqlString.cs

Convertit implicitement un en FormattableString un RawSqlString

C#
public static implicit operator Microsoft.EntityFrameworkCore.RawSqlString (FormattableString fs);

Paramètres

fs
FormattableString

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

Implicit(String to RawSqlString)

Source:
RawSqlString.cs
Source:
RawSqlString.cs
Source:
RawSqlString.cs
Source:
RawSqlString.cs

Convertit implicitement un en String un RawSqlString

C#
public static implicit operator Microsoft.EntityFrameworkCore.RawSqlString (string s);

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