Partekatu honen bidez:


RawSqlString.Implicit Operador

Definición

Sobrecargas

Implicit(FormattableString to RawSqlString)

Convierte implícitamente un objeto FormattableString en un RawSqlString

Implicit(String to RawSqlString)

Convierte implícitamente un objeto String en un RawSqlString

Implicit(FormattableString to RawSqlString)

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

Convierte implícitamente un objeto FormattableString en 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

Parámetros

fs
FormattableString

Formato de cadena.

Devoluciones

Se aplica a

Implicit(String to RawSqlString)

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

Convierte implícitamente un objeto String en 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

Parámetros

s
String

La cadena.

Devoluciones

Se aplica a