SqlString Constructor (String^, Int32, SqlCompareOptions)
.NET Framework (current version)
Initializes a new instance of the SqlString structure using the specified string, locale id, and compare option values.
Assembly: System.Data (in System.Data.dll)
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
Available since 1.1
Show: