SqlChars Explicit Conversion (SqlString to SqlChars^)

 
equivalentCodeEntity

Converts a SqlString structure to a SqlChars structure.

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

public:
static explicit operator SqlChars^ (
	SqlString value
)

Parameters

value
Type: System.Data.SqlTypes::SqlString

The SqlString structure to be converted.

Return Value

Type: System.Data.SqlTypes::SqlChars^

A SqlChars structure.

.NET Framework
Available since 2.0
Return to top
Show: