다음을 통해 공유


RawSqlString.Implicit 연산자

정의

오버로드

Implicit(FormattableString to RawSqlString)

암시적으로 를 로 FormattableString 변환합니다. RawSqlString

Implicit(String to RawSqlString)

암시적으로 를 로 String 변환합니다. RawSqlString

Implicit(FormattableString to RawSqlString)

암시적으로 를 로 FormattableString 변환합니다. 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

매개 변수

fs
FormattableString

문자열 형식입니다.

반환

적용 대상

Implicit(String to RawSqlString)

암시적으로 를 로 String 변환합니다. 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

매개 변수

s
String

문자열입니다.

반환

적용 대상