SqlByte Constructor
Supported by the .NET Compact Framework. |
Initializes a new instance of the SqlByte structure using the specified byte value. |
![]() MaxValue
Supported by the .NET Compact Framework. |
A constant representing the largest possible value of a SqlByte. |
![]() MinValue
Supported by the .NET Compact Framework. |
A constant representing the smallest possible value of a SqlByte. |
![]() Null
Supported by the .NET Compact Framework. |
Represents a null value that can be assigned to the Value property of an instance of the SqlByte structure. |
![]() Zero
Supported by the .NET Compact Framework. |
Represents a zero value that can be assigned to the Value property of an instance of the SqlByte structure. |
IsNull
Supported by the .NET Compact Framework. |
Indicates whether or not Value is null. |
Value
Supported by the .NET Compact Framework. |
Gets the value of the SqlByte structure. This property is read-only |
![]() Add
Supported by the .NET Compact Framework. |
Computes the sum of the two specified SqlByte structures. |
![]() BitwiseAnd
Supported by the .NET Compact Framework. |
Computes the bitwise AND of its SqlByte operands. |
![]() BitwiseOr
Supported by the .NET Compact Framework. |
Computes the bitwise OR of its two SqlByte operands. |
CompareTo
Supported by the .NET Compact Framework. |
Compares this instance to the supplied object and returns an indication of their relative values. |
![]() Divide
Supported by the .NET Compact Framework. |
Divides its first SqlByte operand by its second. |
Equals
Supported by the .NET Compact Framework. |
Overloaded. Overridden. Performs a logical comparison to determine if a SqlByte structure's value is equal to another object. |
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. |
![]() GreaterThan
Supported by the .NET Compact Framework. |
Compares two instances of SqlByte to determine if the first is greater than the second. |
![]() GreaterThanOrEqual
Supported by the .NET Compact Framework. |
Compares two SqlByte structures to determine if the first is greater than or equal to the second. |
![]() LessThan
Supported by the .NET Compact Framework. |
Compares two instances of SqlByte to determine if the first is less than the second. |
![]() LessThanOrEqual
Supported by the .NET Compact Framework. |
Compares two instances of SqlByte to determine if the first is less than or equal to the second. |
![]() Mod
Supported by the .NET Compact Framework. |
Computes the remainder after dividing its first SqlByte operand by its second. |
![]() Multiply
Supported by the .NET Compact Framework. |
Computes the product of the two SqlByte operands. |
![]() NotEquals
Supported by the .NET Compact Framework. |
Compares two instances of SqlByte to determine if they are not equal. |
![]() OnesComplement
Supported by the .NET Compact Framework. |
The ones complement operator performs a bitwise one's complement operation on its SqlByte operand. |
![]() Parse
Supported by the .NET Compact Framework. |
Converts the String representation of a number to its 8-bit unsigned integer equivalent. |
![]() Subtract
Supported by the .NET Compact Framework. |
Subtracts the second SqlByte operand from the first. |
ToSqlBoolean
Supported by the .NET Compact Framework. |
Converts this SqlByte structure to SqlBoolean. |
ToSqlDecimal
Supported by the .NET Compact Framework. |
Converts this SqlByte structure to SqlDecimal. |
ToSqlDouble
Supported by the .NET Compact Framework. |
Converts this SqlByte structure to SqlDouble. |
ToSqlInt16
Supported by the .NET Compact Framework. |
Converts this SqlByte structure to SqlInt16. |
ToSqlInt32
Supported by the .NET Compact Framework. |
Converts this SqlByte to SqlInt32. |
ToSqlInt64
Supported by the .NET Compact Framework. |
Converts this SqlByte structure to SqlInt64. |
ToSqlMoney
Supported by the .NET Compact Framework. |
Converts this SqlByte structure to SqlMoney. |
ToSqlSingle
Supported by the .NET Compact Framework. |
Converts this SqlByte structure to SqlSingle. |
ToSqlString
Supported by the .NET Compact Framework. |
Converts this instance of SqlByte to SqlString. |
ToString
Supported by the .NET Compact Framework. |
Overridden. Converts this SqlByte structure to a String. |
![]() Xor
Supported by the .NET Compact Framework. |
Performs a bitwise exclusive-OR operation on the supplied parameters. |
![]() Addition Operator
Supported by the .NET Compact Framework. |
Computes the sum of the two specified SqlByte structures. |
![]() Bitwise And Operator
Supported by the .NET Compact Framework. |
Computes the bitwise AND of its SqlByte operands. |
![]() Bitwise Or Operator
Supported by the .NET Compact Framework. |
Computes the bitwise OR of its two SqlByte operands. |
![]() Division Operator
Supported by the .NET Compact Framework. |
Divides its first SqlByte operand by its second. |
![]() Equality Operator
Supported by the .NET Compact Framework. |
Performs a logical comparison of two SqlByte structures to determine if they are equal. |
![]() Exclusive Or Operator
Supported by the .NET Compact Framework. |
Performs a bitwise exclusive-OR operation on the supplied parameters. |
![]() Greater Than Operator
Supported by the .NET Compact Framework. |
Compares two instances of SqlByte to determine if the first is greater than the second. |
![]() Greater Than Or Equal Operator
Supported by the .NET Compact Framework. |
Compares two instances of SqlByte to determine if the first is greater than or equal to the second. |
![]() Inequality Operator
Supported by the .NET Compact Framework. |
Compares two instances of SqlByte to determine if they are not equal. |
![]() Less Than Operator
Supported by the .NET Compact Framework. |
Compares two instances of SqlByte to determine if the first is less than the second. |
![]() Less Than Or Equal Operator
Supported by the .NET Compact Framework. |
Compares two instances of SqlByte to determine if the first is less than or equal to the second. |
![]() Modulus Operator
Supported by the .NET Compact Framework. |
Computes the remainder after dividing its first SqlByte operand by its second. |
![]() Multiplication Operator
Supported by the .NET Compact Framework. |
Computes the product of the two SqlByte operands. |
![]() Ones Complement Operator
Supported by the .NET Compact Framework. |
The ones complement operator performs a bitwise one's complement operation on its SqlByte operand. |
![]() Subtraction Operator
Supported by the .NET Compact Framework. |
Subtracts the second SqlByte operand from the first. |
![]() SqlBoolean to SqlByte Conversion
Supported by the .NET Compact Framework. |
Converts the SqlBoolean parameter to a SqlByte. |
![]() SqlByte to Byte Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlByte structure to a byte. |
![]() SqlDecimal to SqlByte Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlDecimal to SqlByte. |
![]() SqlDouble to SqlByte Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlDouble to SqlByte. |
![]() SqlInt16 to SqlByte Conversion
Supported by the .NET Compact Framework. |
Converts the SqlInt16 parameter to a SqlByte. |
![]() SqlInt32 to SqlByte Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlInt32 to SqlByte. |
![]() SqlInt64 to SqlByte Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlInt64 to SqlByte. |
![]() SqlMoney to SqlByte Conversion
Supported by the .NET Compact Framework. |
Converts the SqlMoney parameter to a SqlByte. |
![]() SqlSingle to SqlByte Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlSingle structure to SqlByte. |
![]() SqlString to SqlByte Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlString to SqlByte. |
![]() Byte to SqlByte Conversion
Supported by the .NET Compact Framework. |
Converts the supplied byte value to a SqlByte. |
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. |