SqlString Constructor (Int32, SqlCompareOptions, array<Byte>^)
.NET Framework (current version)
Initializes a new instance of the SqlString structure using the specified locale id, compare options, and data.
Assembly: System.Data (in System.Data.dll)
public: SqlString( int lcid, SqlCompareOptions compareOptions, array<unsigned char>^ data )
Parameters
- 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.
- data
-
Type:
array<System::Byte>^
The data array to store.
.NET Framework
Available since 1.1
Available since 1.1
Show: