SqlString Constructor (String^, Int32)

 

Initializes a new instance of the SqlString structure using the specified string and locale id values.

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

public:
SqlString(
	String^ data,
	int lcid
)

Parameters

data
Type: System::String^

The string to store.

lcid
Type: System::Int32

Specifies the geographical locale and language for the new SqlString structure.

.NET Framework
Available since 1.1
Return to top
Show: