![]() False | Represents a false value that can be assigned to the Value property of an instance of the NullableBoolean structure. |
![]() Null | 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. |
![]() One | Represents a 1 value that can be assigned to the Value property of an instance of the NullableBoolean structure. |
![]() True | Represents a true value that can be assigned to the Value property of an instance of the NullableBoolean structure. |
![]() Zero | Represents a 0 value that can be assigned to the Value property of an instance of the NullableBoolean structure. |
![]() And | Computes the bitwise AND of two specified NullableBoolean structures. |
![]() Equals | Overloaded. Compares two NullableBoolean structures to determine if they are equivalent. |
![]() NotEquals | Compares two NullableBoolean structures to determine if they are not equivalent. |
![]() OnesComplement | Performs a one's complement operation on the supplied NullableBoolean structure. |
![]() Or | Performs a bitwise OR operation on the two specified SqlBoolean structures. |
![]() Parse | Converts the specified String representation of a logical value to its NullableBoolean equivalent. |
![]() Xor | Performs a bitwise exclusive-OR operation on the supplied parameters. |
NullableBoolean | Overloaded. Initializes a new instance of the NullableBoolean class. |
ByteValue | Gets the value of the NullableBoolean structure as a byte. |
IsFalse | Indicates whether the current Value is False. |
IsNull | Indicates whether or not the value of the NullableBoolean structure is null. |
IsTrue | Indicates whether the current Value is True. |
Value | Gets the NullableBoolean structure's value. This property is read-only. |
CompareTo | Compares this NullableBoolean structure to a specified object and returns an indication of their relative values. |
Equals | Overloaded. Compares two NullableBoolean structures to determine if they are equivalent. |
GetHashCode | Returns the hash code for this instance. |
GetType (inherited from Object) | Gets the Type of the current instance. |
GetTypeCode | Returns the TypeCode for value type NullableBoolean. |
ToNullableByte | Converts this NullableBoolean structure to NullableByte. |
ToNullableDecimal | Converts this NullableBoolean structure to a NullableDecimal structure. |
ToNullableDouble | Converts this NullableBoolean structure to a NullableDouble structure. |
ToNullableInt16 | Converts this NullableBoolean structure to a NullableInt16 structure. |
ToNullableInt32 | Converts this NullableBoolean structure to a NullableInt32 structure. |
ToNullableInt64 | Converts this NullableBoolean structure to a NullableInt64 structure. |
ToNullableSingle | Converts this NullableBoolean structure to a NullableSingle structure. |
ToNullableString | Converts this NullableBoolean structure to a NullableString structure. |
ToString | Converts this NullableBoolean structure to a String. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
IXmlSerializable.GetSchema | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
IXmlSerializable.ReadXml | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
IXmlSerializable.WriteXml | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
NullableBoolean Class | NullableTypes Namespace