SqlString.Implicit(String to SqlString) 연산자

정의

String 매개 변수를 SqlString로 변환합니다.

public:
 static operator System::Data::SqlTypes::SqlString(System::String ^ x);
public static implicit operator System.Data.SqlTypes.SqlString (string x);
static member op_Implicit : string -> System.Data.SqlTypes.SqlString
Public Shared Widening Operator CType (x As String) As SqlString

매개 변수

x
String

변환될 String입니다.

반환

지정된 String의 값을 포함하는 SqlString입니다.

적용 대상

추가 정보