SqlByte Structure
.NET Framework 4.5
Represents an 8-bit unsigned integer, in the range of 0 through 255, to be stored in or retrieved from a database.
Assembly: System.Data (in System.Data.dll)
The SqlByte type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() ![]() | Add | Computes the sum of the two specified SqlByte structures. |
![]() ![]() ![]() | BitwiseAnd | Computes the bitwise AND of its SqlByte operands. |
![]() ![]() ![]() | BitwiseOr | Computes the bitwise OR of its two SqlByte operands. |
![]() ![]() | CompareTo(Object) | Compares this instance to the supplied Object and returns an indication of their relative values. |
![]() ![]() | CompareTo(SqlByte) | Compares this instance to the supplied SqlByte object and returns an indication of their relative values. |
![]() ![]() ![]() | Divide | Divides its first SqlByte operand by its second. |
![]() ![]() | Equals(Object) | Compares the supplied Object parameter to the Value property of the SqlByte object. (Overrides ValueType.Equals(Object).) |
![]() ![]() ![]() | Equals(SqlByte, SqlByte) | Performs a logical comparison of two SqlByte structures to determine whether they are equal. |
![]() ![]() | GetHashCode | Returns the hash code for this instance. (Overrides ValueType.GetHashCode().) |
![]() ![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() ![]() | GetXsdType | Returns the XML Schema definition language (XSD) of the specified XmlSchemaSet. |
![]() ![]() ![]() | GreaterThan | Compares two instances of SqlByte to determine whether the first is greater than the second. |
![]() ![]() ![]() | GreaterThanOrEqual | Compares two SqlByte structures to determine whether the first is greater than or equal to the second. |
![]() ![]() ![]() | LessThan | Compares two instances of SqlByte to determine whether the first is less than the second. |
![]() ![]() ![]() | LessThanOrEqual | Compares two instances of SqlByte to determine whether the first is less than or equal to the second. |
![]() ![]() ![]() | Mod | Computes the remainder after dividing its first SqlByte operand by its second. |
![]() ![]() ![]() | Modulus | Divides two SqlByte values and returns the remainder. |
![]() ![]() ![]() | Multiply | Computes the product of the two SqlByte operands. |
![]() ![]() ![]() | NotEquals | Compares two instances of SqlByte to determine whether they are not equal. |
![]() ![]() ![]() | OnesComplement | The ones complement operator performs a bitwise one's complement operation on its SqlByte operand. |
![]() ![]() ![]() | Parse | Converts the String representation of a number to its 8-bit unsigned integer equivalent. |
![]() ![]() ![]() | Subtract | Subtracts the second SqlByte operand from the first. |
![]() ![]() | ToSqlBoolean | Converts this SqlByte structure to SqlBoolean. |
![]() ![]() | ToSqlDecimal | Converts this SqlByte structure to SqlDecimal. |
![]() ![]() | ToSqlDouble | Converts this SqlByte structure to SqlDouble. |
![]() ![]() | ToSqlInt16 | Converts this SqlByte structure to SqlInt16. |
![]() ![]() | ToSqlInt32 | Converts this SqlByte to SqlInt32. |
![]() ![]() | ToSqlInt64 | Converts this SqlByte structure to SqlInt64. |
![]() ![]() | ToSqlMoney | Converts this SqlByte structure to SqlMoney. |
![]() ![]() | ToSqlSingle | Converts this SqlByte structure to SqlSingle. |
![]() ![]() | ToSqlString | Converts this instance of SqlByte to SqlString. |
![]() ![]() | ToString | Converts this SqlByte structure to a String. (Overrides ValueType.ToString().) |
![]() ![]() ![]() | Xor | Performs a bitwise exclusive-OR operation on the supplied parameters. |
| Name | Description | |
|---|---|---|
![]() ![]() ![]() | Addition | Computes the sum of the two specified SqlByte structures. |
![]() ![]() ![]() | BitwiseAnd | Computes the bitwise AND of its SqlByte operands. |
![]() ![]() ![]() | BitwiseOr | Computes the bitwise OR of its two SqlByte operands. |
![]() ![]() ![]() | Division | Divides its first SqlByte operand by its second. |
![]() ![]() ![]() | Equality | Performs a logical comparison of two SqlByte structures to determine whether they are equal. |
![]() ![]() ![]() | ExclusiveOr | Performs a bitwise exclusive-OR operation on the supplied parameters. |
![]() ![]() ![]() | Explicit(SqlBoolean to SqlByte) | Converts the SqlBoolean parameter to a SqlByte. |
![]() ![]() ![]() | Explicit(SqlByte to Byte) | Converts the supplied SqlByte structure to a byte. |
![]() ![]() ![]() | Explicit(SqlDecimal to SqlByte) | Converts the supplied SqlDecimal to SqlByte. |
![]() ![]() ![]() | Explicit(SqlDouble to SqlByte) | Converts the supplied SqlDouble to SqlByte. |
![]() ![]() ![]() | Explicit(SqlInt16 to SqlByte) | Converts the SqlInt16 parameter to a SqlByte. |
![]() ![]() ![]() | Explicit(SqlInt32 to SqlByte) | Converts the supplied SqlInt32 to SqlByte. |
![]() ![]() ![]() | Explicit(SqlInt64 to SqlByte) | Converts the supplied SqlInt64 to SqlByte. |
![]() ![]() ![]() | Explicit(SqlMoney to SqlByte) | Converts the SqlMoney parameter to a SqlByte. |
![]() ![]() ![]() | Explicit(SqlSingle to SqlByte) | Converts the supplied SqlSingle structure to SqlByte. |
![]() ![]() ![]() | Explicit(SqlString to SqlByte) | Converts the supplied SqlString to SqlByte. |
![]() ![]() ![]() | GreaterThan | Compares two instances of SqlByte to determine whether the first is greater than the second. |
![]() ![]() ![]() | GreaterThanOrEqual | Compares two instances of SqlByte to determine whether the first is greater than or equal to the second. |
![]() ![]() ![]() | Implicit(Byte to SqlByte) | Converts the supplied byte value to a SqlByte. |
![]() ![]() ![]() | Inequality | Compares two instances of SqlByte to determine whether they are not equal. |
![]() ![]() ![]() | LessThan | Compares two instances of SqlByte to determine whether the first is less than the second. |
![]() ![]() ![]() | LessThanOrEqual | Compares two instances of SqlByte to determine whether the first is less than or equal to the second. |
![]() ![]() ![]() | Modulus | Computes the remainder after dividing its first SqlByte operand by its second. |
![]() ![]() ![]() | Multiply | Computes the product of the two SqlByte operands. |
![]() ![]() ![]() | OnesComplement | The ones complement operator performs a bitwise one's complement operation on its SqlByte operand. |
![]() ![]() ![]() | Subtraction | Subtracts the second SqlByte operand from the first. |
| Name | Description | |
|---|---|---|
![]() ![]() ![]() | MaxValue | A constant representing the largest possible value of a SqlByte. |
![]() ![]() ![]() | MinValue | A constant representing the smallest possible value of a SqlByte. |
![]() ![]() ![]() | Null | Represents a DBNull that can be assigned to this instance of the SqlByte structure. |
![]() ![]() ![]() | Zero | Represents a zero value that can be assigned to the Value property of an instance of the SqlByte structure. |
| Name | Description | |
|---|---|---|
![]() ![]() ![]() | 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. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
