RawSqlString.Implicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework