NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SQLString Constructor (Int32, Int32, Byte[])

Initializes a new instance of the SQLString class.

[Visual Basic]
Overloads Public Sub New( _
   ByVal lcid As Integer, _
   ByVal flag As Integer, _
   ByVal data() As Byte _
)
[C#]
public SQLString(
   int lcid,
   int flag,
   byte[] data
);
[C++]
public: SQLString(
   int lcid,
   int flag,
   unsigned char* data[]
);
[JScript]
public function SQLString(
   lcid : int,
   flag : int,
   data : Byte[]
);

Parameters

lcid
A value that identifies the language the array is in.
flag
[To be supplied.]
data
The data array to store.

See Also

SQLString Class | SQLString Members | System.Data.SQLTypes Namespace | SQLString Constructor Overload List