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.True

Represents a true value that can be assigned to the Value property of an instance of the SQLBoolean class.

[Visual Basic]
Public Shared ReadOnly True As SQLBoolean
[C#]
public static readonly SQLBoolean True;
[C++]
public: static readonly SQLBoolean True;
[JScript]
public static var True : SQLBoolean;

Remarks

The True field is a constant for the SQLBoolean class.

See Also

SQLBoolean Structure | SQLBoolean Members | System.Data.SQLTypes Namespace | False | IsTrue | IsFalse | Null