SqlString Constructor (String^, Int32, SqlCompareOptions)

 

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

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

public:
SqlString(
	String^ data,
	int lcid,
	SqlCompareOptions compareOptions
)

Parameters

data
Type: System::String^

The string to store.

lcid
Type: System::Int32

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

compareOptions
Type: System.Data.SqlTypes::SqlCompareOptions

Specifies the compare options for the new SqlString structure.

.NET Framework
Available since 1.1
Return to top
Show: