![]() ![]() | Represents a false value that can be assigned to the Value property of an instance of the NullableBoolean structure. |
![]() ![]() | Represents a Null value that can be assigned to the Value property of an instance of the NullableBoolean structure. A Null is the absence of a value because missing, unknown, or inapplicable value. A Null should not be used to imply any other value (such as zero). Also any value (such as zero) should not be used to imply the absence of a value, that's why Null exists. |
![]() ![]() | Represents a 1 value that can be assigned to the Value property of an instance of the NullableBoolean structure. |
![]() ![]() | Represents a true value that can be assigned to the Value property of an instance of the NullableBoolean structure. |
![]() ![]() | Represents a 0 value that can be assigned to the Value property of an instance of the NullableBoolean structure. |
![]() ![]() | Computes the bitwise AND of two specified NullableBoolean structures. |
![]() ![]() | Overloaded. Compares two NullableBoolean structures to determine if they are equivalent. |
![]() ![]() | Compares two NullableBoolean structures to determine if they are not equivalent. |
![]() ![]() | Performs a one's complement operation on the supplied NullableBoolean structure. |
![]() ![]() | Performs a bitwise OR operation on the two specified SqlBoolean structures. |
![]() ![]() | Converts the specified String representation of a logical value to its NullableBoolean equivalent. |
![]() ![]() | Performs a bitwise exclusive-OR operation on the supplied parameters. |
![]() | Overloaded. Initializes a new instance of the NullableBoolean class. |
![]() | Gets the value of the NullableBoolean structure as a byte. |
![]() | Indicates whether the current Value is False. |
![]() | Indicates whether or not the value of the NullableBoolean structure is null. |
![]() | Indicates whether the current Value is True. |
![]() | Gets the NullableBoolean structure's value. This property is read-only. |
![]() | Compares this NullableBoolean structure to a specified object and returns an indication of their relative values. |
![]() | Overloaded. Compares two NullableBoolean structures to determine if they are equivalent. |
![]() | Returns the hash code for this instance. |
![]() | Gets the Type of the current instance. |
![]() | Returns the TypeCode for value type NullableBoolean. |
![]() | Converts this NullableBoolean structure to NullableByte. |
![]() | Converts this NullableBoolean structure to a NullableDecimal structure. |
![]() | Converts this NullableBoolean structure to a NullableDouble structure. |
![]() | Converts this NullableBoolean structure to a NullableInt16 structure. |
![]() | Converts this NullableBoolean structure to a NullableInt32 structure. |
![]() | Converts this NullableBoolean structure to a NullableInt64 structure. |
![]() | Converts this NullableBoolean structure to a NullableSingle structure. |
![]() | Converts this NullableBoolean structure to a NullableString structure. |
![]() | Converts this NullableBoolean structure to a String. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
![]() | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
NullableBoolean Class | NullableTypes Namespace