SqlByte Struct
Definition
Represents an 8-bit unsigned integer, in the range of 0 through 255, to be stored in or retrieved from a database.
public value class SqlByte : IComparable, System::Data::SqlTypes::INullable, System::Xml::Serialization::IXmlSerializable
public value class SqlByte : IComparable, System::Data::SqlTypes::INullable
public struct SqlByte : IComparable, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable
public struct SqlByte : IComparable, System.Data.SqlTypes.INullable
[System.Serializable]
public struct SqlByte : IComparable, System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable
type SqlByte = struct
interface INullable
interface IXmlSerializable
type SqlByte = struct
interface INullable
[<System.Serializable>]
type SqlByte = struct
interface INullable
interface IXmlSerializable
Public Structure SqlByte
Implements IComparable, INullable, IXmlSerializable
Public Structure SqlByte
Implements IComparable, INullable
- Inheritance
- Attributes
- Implements
Constructors
SqlByte(Byte) |
Initializes a new instance of the SqlByte structure using the specified byte value. |
Fields
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. |
Properties
IsNull |
Gets a Boolean value that indicates whether this SqlByte structure is null. |
Value |
Gets the value of the SqlByte structure. This property is read-only. |
Methods
Add(SqlByte, SqlByte) |
Computes the sum of the two specified SqlByte structures. |
BitwiseAnd(SqlByte, SqlByte) |
Computes the bitwise AND of its SqlByte operands. |
BitwiseOr(SqlByte, SqlByte) |
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(SqlByte, SqlByte) |
Divides its first SqlByte operand by its second. |
Equals(Object) |
Compares the supplied Object parameter to the Value property of the SqlByte 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. |
GetXsdType(XmlSchemaSet) |
Returns the XML Schema definition language (XSD) of the specified XmlSchemaSet. |
GreaterThan(SqlByte, SqlByte) |
Compares two instances of SqlByte to determine whether the first is greater than the second. |
GreaterThanOrEqual(SqlByte, SqlByte) |
Compares two SqlByte structures to determine whether the first is greater than or equal to the second. |
LessThan(SqlByte, SqlByte) |
Compares two instances of SqlByte to determine whether the first is less than the second. |
LessThanOrEqual(SqlByte, SqlByte) |
Compares two instances of SqlByte to determine whether the first is less than or equal to the second. |
Mod(SqlByte, SqlByte) |
Computes the remainder after dividing its first SqlByte operand by its second. |
Modulus(SqlByte, SqlByte) |
Divides two SqlByte values and returns the remainder. |
Multiply(SqlByte, SqlByte) |
Computes the product of the two SqlByte operands. |
NotEquals(SqlByte, SqlByte) |
Compares two instances of SqlByte to determine whether they are not equal. |
OnesComplement(SqlByte) |
The ones complement operator performs a bitwise one's complement operation on its SqlByte operand. |
Parse(String) |
Converts the String representation of a number to its 8-bit unsigned integer equivalent. |
Subtract(SqlByte, SqlByte) |
Subtracts the second SqlByte operand from the first. |
ToSqlBoolean() |
Converts this SqlByte structure to SqlBoolean. |
ToSqlDecimal() |
Converts this SqlByte structure to SqlDecimal. |
ToSqlDouble() | |
ToSqlInt16() | |
ToSqlInt32() | |
ToSqlInt64() | |
ToSqlMoney() | |
ToSqlSingle() | |
ToSqlString() | |
ToString() | |
Xor(SqlByte, SqlByte) |
Performs a bitwise exclusive-OR operation on the supplied parameters. |
Operators
Addition(SqlByte, SqlByte) |
Computes the sum of the two specified SqlByte structures. |
BitwiseAnd(SqlByte, SqlByte) |
Computes the bitwise AND of its SqlByte operands. |
BitwiseOr(SqlByte, SqlByte) |
Computes the bitwise OR of its two SqlByte operands. |
Division(SqlByte, SqlByte) |
Divides its first SqlByte operand by its second. |
Equality(SqlByte, SqlByte) |
Performs a logical comparison of two SqlByte structures to determine whether they are equal. |
ExclusiveOr(SqlByte, SqlByte) |
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) | |
Explicit(SqlInt16 to SqlByte) | |
Explicit(SqlInt32 to SqlByte) | |
Explicit(SqlInt64 to SqlByte) | |
Explicit(SqlMoney to SqlByte) | |
Explicit(SqlSingle to SqlByte) | |
Explicit(SqlString to SqlByte) | |
GreaterThan(SqlByte, SqlByte) |
Compares two instances of SqlByte to determine whether the first is greater than the second. |
GreaterThanOrEqual(SqlByte, SqlByte) |
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(SqlByte, SqlByte) |
Compares two instances of SqlByte to determine whether they are not equal. |
LessThan(SqlByte, SqlByte) |
Compares two instances of SqlByte to determine whether the first is less than the second. |
LessThanOrEqual(SqlByte, SqlByte) |
Compares two instances of SqlByte to determine whether the first is less than or equal to the second. |
Modulus(SqlByte, SqlByte) |
Computes the remainder after dividing its first SqlByte operand by its second. |
Multiply(SqlByte, SqlByte) |
Computes the product of the two SqlByte operands. |
OnesComplement(SqlByte) |
The ones complement operator performs a bitwise one's complement operation on its SqlByte operand. |
Subtraction(SqlByte, SqlByte) |
Subtracts the second SqlByte operand from the first. |
Explicit Interface Implementations
IXmlSerializable.GetSchema() |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
IXmlSerializable.ReadXml(XmlReader) |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
IXmlSerializable.WriteXml(XmlWriter) |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |