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 (String, Int32)

Initializes a new instance of the SQLString class.

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

Parameters

data
The string to store.
lcid
A value that identifies the language the array is in.

See Also

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