SqlString Constructor (String^)

 

Initializes a new instance of the SqlString structure using the specified string.

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

public:
SqlString(
	String^ data
)

Parameters

data
Type: System::String^

The string to store.

.NET Framework
Available since 1.1
Return to top
Show: