SqlString Constructor (Int32, SqlCompareOptions, array<Byte>^, Boolean)
.NET Framework (current version)
Initializes a new instance of the SqlString class.
Assembly: System.Data (in System.Data.dll)
public: SqlString( int lcid, SqlCompareOptions compareOptions, array<unsigned char>^ data, bool fUnicode )
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.
- fUnicode
-
Type:
System::Boolean
true if Unicode encoded. Otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show: