This topic has not yet been rated - Rate this topic

SqlBoolean Properties

The properties of the SqlBoolean structure are listed here. For a complete list of SqlBoolean structure members, see the SqlBoolean Members topic.

Public Properties

public propertyByteValue

Supported by the .NET Compact Framework.

Gets the value of the SqlBoolean structure as a byte.
public propertyIsFalse

Supported by the .NET Compact Framework.

Indicates whether the current Value is False.
public propertyIsNull

Supported by the .NET Compact Framework.

Indicates whether or not the value of the SqlBoolean structure is null.
public propertyIsTrue

Supported by the .NET Compact Framework.

Indicates whether the current Value is True.
public propertyValue

Supported by the .NET Compact Framework.

Gets the SqlBoolean structure's value. This property is read-only.

See Also

SqlBoolean Structure | System.Data.SqlTypes Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.