SqlString.Implicit(String to SqlString) Operator

Definition

Converts the String parameter to a 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

Parameters

x
String

The String to be converted.

Returns

A SqlString that contains the value of the specified String.

Applies to

See also