Partager via


RawSqlString.Implicit Opérateur

Définition

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)

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

fs
FormattableString

Format de chaîne.

Retours

S’applique à

Implicit(String to RawSqlString)

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 à