SqlBoolean Constructor
Supported by the .NET Compact Framework. |
Overloaded. Initializes a new instance of the SqlBoolean structure. |
![]() False
Supported by the .NET Compact Framework. |
Represents a false value that can be assigned to the Value property of an instance of the SqlBoolean structure. |
![]() Null
Supported by the .NET Compact Framework. |
Represents a null value that can be assigned to the Value property of an instance of the SqlBoolean structure. |
![]() One
Supported by the .NET Compact Framework. |
Represents a one value that can be assigned to the ByteValue property of an instance of the SqlBoolean structure. |
![]() True
Supported by the .NET Compact Framework. |
Represents a true value that can be assigned to the Value property of an instance of the SqlBoolean structure. |
![]() Zero
Supported by the .NET Compact Framework. |
Represents a zero value that can be assigned to the ByteValue property of an instance of the SqlBoolean structure. |
ByteValue
Supported by the .NET Compact Framework. |
Gets the value of the SqlBoolean structure as a byte. |
IsFalse
Supported by the .NET Compact Framework. |
Indicates whether the current Value is False. |
IsNull
Supported by the .NET Compact Framework. |
Indicates whether or not the value of the SqlBoolean structure is null. |
IsTrue
Supported by the .NET Compact Framework. |
Indicates whether the current Value is True. |
Value
Supported by the .NET Compact Framework. |
Gets the SqlBoolean structure's value. This property is read-only. |
![]() And
Supported by the .NET Compact Framework. |
Computes the bitwise AND of two specified SqlBoolean structures. |
CompareTo
Supported by the .NET Compact Framework. |
Compares this SqlBoolean structure to a specified object and returns an indication of their relative values. |
Equals
Supported by the .NET Compact Framework. |
Overloaded. Overridden. Compares two SqlBoolean structures to determine if they are equal. |
GetHashCode
Supported by the .NET Compact Framework. |
Overridden. Returns the hash code for this instance. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. |
Gets the Type of the current instance. |
![]() NotEquals
Supported by the .NET Compact Framework. |
Compares two instances of SqlBoolean for equality. |
![]() OnesComplement
Supported by the .NET Compact Framework. |
Performs a one's complement operation on the supplied SqlBoolean structures. |
![]() Or
Supported by the .NET Compact Framework. |
Performs a bitwise OR operation on the two specified SqlBoolean structures. |
![]() Parse
Supported by the .NET Compact Framework. |
Converts the specified String representation of a logical value to its SqlBoolean equivalent. |
ToSqlByte
Supported by the .NET Compact Framework. |
Converts this SqlBoolean structure to SqlByte. |
ToSqlDecimal
Supported by the .NET Compact Framework. |
Converts this SqlBoolean structure to SqlDecimal. |
ToSqlDouble
Supported by the .NET Compact Framework. |
Converts this SqlBoolean structure to SqlDouble. |
ToSqlInt16
Supported by the .NET Compact Framework. |
Converts this SqlBoolean structure to SqlInt16. |
ToSqlInt32
Supported by the .NET Compact Framework. |
Converts this SqlBoolean structure to SqlInt32. |
ToSqlInt64
Supported by the .NET Compact Framework. |
Converts this SqlBoolean structure to SqlInt64. |
ToSqlMoney
Supported by the .NET Compact Framework. |
Converts this SqlBoolean structure to SqlMoney. |
ToSqlSingle
Supported by the .NET Compact Framework. |
Converts this SqlBoolean structure to SqlSingle. |
ToSqlString
Supported by the .NET Compact Framework. |
Converts this SqlBoolean structure to SqlString. |
ToString
Supported by the .NET Compact Framework. |
Overridden. Converts this SqlBoolean structure to a string. |
![]() Xor
Supported by the .NET Compact Framework. |
Performs a bitwise exclusive-OR operation on the supplied parameters. |
![]() Bitwise And Operator
Supported by the .NET Compact Framework. |
Computes the bitwise AND of two specified SqlBoolean structures. |
![]() Bitwise Or Operator
Supported by the .NET Compact Framework. |
Computes the bitwise OR of its operands. |
![]() Equality Operator
Supported by the .NET Compact Framework. |
Compares two instances of SqlBoolean for equality. |
![]() Exclusive Or Operator
Supported by the .NET Compact Framework. |
Performs a bitwise exclusive-OR operation on the supplied parameters. |
![]() False Operator
Supported by the .NET Compact Framework. |
The false operator can be used to test the Value of the SqlBoolean to determine whether it is false. |
![]() Inequality Operator
Supported by the .NET Compact Framework. |
Compares two instances of SqlBoolean to determine if they are not equal. |
![]() Logical Not Operator
Supported by the .NET Compact Framework. |
Performs a NOT operation on a SqlBoolean. |
![]() Ones Complement Operator
Supported by the .NET Compact Framework. |
Performs a one's complement operation on the supplied SqlBoolean structures. |
![]() True Operator
Supported by the .NET Compact Framework. |
The true operator can be used to test the Value of the SqlBoolean to determine whether it is true. |
![]() SqlBoolean to Boolean Conversion
Supported by the .NET Compact Framework. |
Converts a SqlBoolean to a Boolean. |
![]() SqlByte to SqlBoolean Conversion
Supported by the .NET Compact Framework. |
Converts the SqlByte parameter to a SqlBoolean structure. |
![]() SqlDecimal to SqlBoolean Conversion
Supported by the .NET Compact Framework. |
Converts the SqlDecimal parameter to a SqlBoolean structure. |
![]() SqlDouble to SqlBoolean Conversion
Supported by the .NET Compact Framework. |
Converts the SqlDouble parameter to a SqlBoolean structure. |
![]() SqlInt16 to SqlBoolean Conversion
Supported by the .NET Compact Framework. |
Converts the SqlInt16 parameter to a SqlBoolean structure. |
![]() SqlInt32 to SqlBoolean Conversion
Supported by the .NET Compact Framework. |
Converts the SqlInt32 parameter to a SqlBoolean structure. |
![]() SqlInt64 to SqlBoolean Conversion
Supported by the .NET Compact Framework. |
Converts the SqlInt64 parameter to a SqlBoolean structure. |
![]() SqlMoney to SqlBoolean Conversion
Supported by the .NET Compact Framework. |
Converts the SqlMoney parameter to a SqlBoolean structure. |
![]() SqlSingle to SqlBoolean Conversion
Supported by the .NET Compact Framework. |
Converts the SqlSingle parameter to a SqlBoolean structure. |
![]() SqlString to SqlBoolean Conversion
Supported by the .NET Compact Framework. |
Converts the SqlString parameter to a SqlBoolean structure. |
![]() Boolean to SqlBoolean Conversion
Supported by the .NET Compact Framework. |
Converts the supplied byte value to a SqlBoolean. |
Finalize (inherited from Object)
Supported by the .NET Compact Framework. |
Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. |
Creates a shallow copy of the current Object. |