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!

SQLBoolean Constructor

Initializes a new instance of the SQLBoolean class.

[Visual Basic]
Public Sub New( _
   ByVal value As Boolean _
)
[C#]
public SQLBoolean(
   bool value
);
[C++]
public: SQLBoolean(
   bool value
);
[JScript]
public function SQLBoolean(
   value : Boolean
);

Parameters

value
Either true or false.

See Also

SQLBoolean Structure | SQLBoolean Members | System.Data.SQLTypes Namespace