Udostępnij za pośrednictwem


RawSqlString.Implicit Operator

Definicja

Przeciążenia

Implicit(FormattableString to RawSqlString)

Niejawnie konwertuje element FormattableString na RawSqlString

Implicit(String to RawSqlString)

Niejawnie konwertuje element String na RawSqlString

Implicit(FormattableString to RawSqlString)

Źródło:
RawSqlString.cs
Źródło:
RawSqlString.cs
Źródło:
RawSqlString.cs
Źródło:
RawSqlString.cs

Niejawnie konwertuje element FormattableString na 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

Parametry

fs
FormattableString

Format ciągu.

Zwraca

Dotyczy

Implicit(String to RawSqlString)

Źródło:
RawSqlString.cs
Źródło:
RawSqlString.cs
Źródło:
RawSqlString.cs
Źródło:
RawSqlString.cs

Niejawnie konwertuje element String na 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

Parametry

s
String

Ciąg.

Zwraca

Dotyczy