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

適用対象

こちらもご覧ください