Mono Class Library: Overview

System.Data.SqlTypes.SqlByte: Members

The members of System.Data.SqlTypes.SqlByte are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Documentation for this section has not yet been entered.

Public Fields

static readonly
MaxValueSqlByte. Documentation for this section has not yet been entered.
static readonly
MinValueSqlByte. Documentation for this section has not yet been entered.
static readonly
NullSqlByte. Documentation for this section has not yet been entered.
static readonly
ZeroSqlByte. Documentation for this section has not yet been entered.

Public Properties

[read-only]
IsNullbool. Documentation for this section has not yet been entered.
[read-only]
Valuebyte. Documentation for this section has not yet been entered.

Public Methods

static
Add(SqlByte, SqlByte) : SqlByte
Documentation for this section has not yet been entered.
static
BitwiseAnd(SqlByte, SqlByte) : SqlByte
Documentation for this section has not yet been entered.
static
BitwiseOr(SqlByte, SqlByte) : SqlByte
Documentation for this section has not yet been entered.
CompareTo(SqlByte) : int
Documentation for this section has not yet been entered.
CompareTo(object) : int
Documentation for this section has not yet been entered.
static
Divide(SqlByte, SqlByte) : SqlByte
Documentation for this section has not yet been entered.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
static
Equals(SqlByte, SqlByte) : SqlBoolean
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
static
GetXsdType(System.Xml.Schema.XmlSchemaSet) : System.Xml.XmlQualifiedName
Documentation for this section has not yet been entered.
static
GreaterThan(SqlByte, SqlByte) : SqlBoolean
Documentation for this section has not yet been entered.
static
GreaterThanOrEqual(SqlByte, SqlByte) : SqlBoolean
Documentation for this section has not yet been entered.
static
LessThan(SqlByte, SqlByte) : SqlBoolean
Documentation for this section has not yet been entered.
static
LessThanOrEqual(SqlByte, SqlByte) : SqlBoolean
Documentation for this section has not yet been entered.
static
Mod(SqlByte, SqlByte) : SqlByte
Documentation for this section has not yet been entered.
static
Modulus(SqlByte, SqlByte) : SqlByte
Documentation for this section has not yet been entered.
static
Multiply(SqlByte, SqlByte) : SqlByte
Documentation for this section has not yet been entered.
static
NotEquals(SqlByte, SqlByte) : SqlBoolean
Documentation for this section has not yet been entered.
static
OnesComplement(SqlByte) : SqlByte
Documentation for this section has not yet been entered.
static
Parse(string) : SqlByte
Documentation for this section has not yet been entered.
static
Subtract(SqlByte, SqlByte) : SqlByte
Documentation for this section has not yet been entered.
ToSqlBoolean() : SqlBoolean
Documentation for this section has not yet been entered.
ToSqlDecimal() : SqlDecimal
Documentation for this section has not yet been entered.
ToSqlDouble() : SqlDouble
Documentation for this section has not yet been entered.
ToSqlInt16() : SqlInt16
Documentation for this section has not yet been entered.
ToSqlInt32() : SqlInt32
Documentation for this section has not yet been entered.
ToSqlInt64() : SqlInt64
Documentation for this section has not yet been entered.
ToSqlMoney() : SqlMoney
Documentation for this section has not yet been entered.
ToSqlSingle() : SqlSingle
Documentation for this section has not yet been entered.
ToSqlString() : SqlString
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.
static
Xor(SqlByte, SqlByte) : SqlByte
Documentation for this section has not yet been entered.

Public Operators

static
Addition(SqlByte, SqlByte)Documentation for this section has not yet been entered.
static
BitwiseAnd(SqlByte, SqlByte)Documentation for this section has not yet been entered.
static
BitwiseOr(SqlByte, SqlByte)Documentation for this section has not yet been entered.
static
Division(SqlByte, SqlByte)Documentation for this section has not yet been entered.
static
Equality(SqlByte, SqlByte)Documentation for this section has not yet been entered.
static
ExclusiveOr(SqlByte, SqlByte)Documentation for this section has not yet been entered.
static
GreaterThan(SqlByte, SqlByte)Documentation for this section has not yet been entered.
static
GreaterThanOrEqual(SqlByte, SqlByte)Documentation for this section has not yet been entered.
static
Inequality(SqlByte, SqlByte)Documentation for this section has not yet been entered.
static
LessThan(SqlByte, SqlByte)Documentation for this section has not yet been entered.
static
LessThanOrEqual(SqlByte, SqlByte)Documentation for this section has not yet been entered.
static
Modulus(SqlByte, SqlByte)Documentation for this section has not yet been entered.
static
Multiply(SqlByte, SqlByte)Documentation for this section has not yet been entered.
static
OnesComplementDocumentation for this section has not yet been entered.
static
Subtraction(SqlByte, SqlByte)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlByte(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Byte(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlByte(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlByte(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlByte(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlByte(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlByte(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlByte(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlByte(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlByte(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlByte(Implicit)Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

System.Xml.Serialization.IXmlSerializable.GetSchemaDocumentation for this section has not yet been entered.
System.Xml.Serialization.IXmlSerializable.ReadXmlDocumentation for this section has not yet been entered.
System.Xml.Serialization.IXmlSerializable.WriteXmlDocumentation for this section has not yet been entered.