SqlChars Explicit Conversion (SqlChars^ to SqlString)

 
equivalentCodeEntity

Converts a SqlChars structure to a SqlString structure.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
static explicit operator SqlString (
	SqlChars^ value
)

Parameters

value
Type: System.Data.SqlTypes::SqlChars^

The SqlChars structure to be converted.

Return Value

Type: System.Data.SqlTypes::SqlString

A SqlString structure.

.NET Framework
Available since 2.0
Return to top
Show: