RawSqlString.Implicit Operator

Definition

Overloads

Implicit(FormattableString to RawSqlString)

Implicitly converts a FormattableString to a RawSqlString

Implicit(String to RawSqlString)

Implicitly converts a String to a RawSqlString

Implicit(FormattableString to RawSqlString)

Implicitly converts a FormattableString to a 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

Parameters

fs
FormattableString

The string format.

Returns

Applies to

Implicit(String to RawSqlString)

Implicitly converts a String to a 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

Parameters

s
String

The string.

Returns

Applies to