SqlString Constructor (Int32, SqlCompareOptions, array<Byte>^, Int32, Int32)
.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, int index, int count )
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.
- index
-
Type:
System::Int32
The starting index within the array.
- count
-
Type:
System::Int32
The number of characters from index to copy.
.NET Framework
Available since 1.1
Available since 1.1
Show: