Mono Class Library: Overview

System.Data.SqlTypes.SqlDecimal: Members

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

See Also: Inherited members from System.ValueType

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Fields

static readonly
MaxPrecisionbyte (38). Documentation for this section has not yet been entered.
static readonly
MaxScalebyte (38). Documentation for this section has not yet been entered.
static readonly
MaxValueSqlDecimal. Documentation for this section has not yet been entered.
static readonly
MinValueSqlDecimal. Documentation for this section has not yet been entered.
static readonly
NullSqlDecimal. Documentation for this section has not yet been entered.

Public Properties

[read-only]
BinDatabyte[]. Documentation for this section has not yet been entered.
[read-only]
Dataint[]. Documentation for this section has not yet been entered.
[read-only]
IsNullbool. Documentation for this section has not yet been entered.
[read-only]
IsPositivebool. Documentation for this section has not yet been entered.
[read-only]
Precisionbyte. Documentation for this section has not yet been entered.
[read-only]
Scalebyte. Documentation for this section has not yet been entered.
[read-only]
Valuedecimal. Documentation for this section has not yet been entered.

Public Methods

static
Abs(SqlDecimal) : SqlDecimal
Documentation for this section has not yet been entered.
static
Add(SqlDecimal, SqlDecimal) : SqlDecimal
Documentation for this section has not yet been entered.
static
AdjustScale(SqlDecimal, int, bool) : SqlDecimal
Documentation for this section has not yet been entered.
static
Ceiling(SqlDecimal) : SqlDecimal
Documentation for this section has not yet been entered.
CompareTo(SqlDecimal) : int
Documentation for this section has not yet been entered.
CompareTo(object) : int
Documentation for this section has not yet been entered.
static
ConvertToPrecScale(SqlDecimal, int, int) : SqlDecimal
Documentation for this section has not yet been entered.
static
Divide(SqlDecimal, SqlDecimal) : SqlDecimal
Documentation for this section has not yet been entered.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
static
Equals(SqlDecimal, SqlDecimal) : SqlBoolean
Documentation for this section has not yet been entered.
static
Floor(SqlDecimal) : SqlDecimal
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(SqlDecimal, SqlDecimal) : SqlBoolean
Documentation for this section has not yet been entered.
static
GreaterThanOrEqual(SqlDecimal, SqlDecimal) : SqlBoolean
Documentation for this section has not yet been entered.
static
LessThan(SqlDecimal, SqlDecimal) : SqlBoolean
Documentation for this section has not yet been entered.
static
LessThanOrEqual(SqlDecimal, SqlDecimal) : SqlBoolean
Documentation for this section has not yet been entered.
static
Multiply(SqlDecimal, SqlDecimal) : SqlDecimal
Documentation for this section has not yet been entered.
static
NotEquals(SqlDecimal, SqlDecimal) : SqlBoolean
Documentation for this section has not yet been entered.
static
Parse(string) : SqlDecimal
Documentation for this section has not yet been entered.
static
Power(SqlDecimal, double) : SqlDecimal
Documentation for this section has not yet been entered.
static
Round(SqlDecimal, int) : SqlDecimal
Documentation for this section has not yet been entered.
static
Sign(SqlDecimal) : SqlInt32
Documentation for this section has not yet been entered.
static
Subtract(SqlDecimal, SqlDecimal) : SqlDecimal
Documentation for this section has not yet been entered.
ToDouble() : double
Documentation for this section has not yet been entered.
ToSqlBoolean() : SqlBoolean
Documentation for this section has not yet been entered.
ToSqlByte() : SqlByte
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
Truncate(SqlDecimal, int) : SqlDecimal
Documentation for this section has not yet been entered.

Public Operators

static
Addition(SqlDecimal, SqlDecimal)Documentation for this section has not yet been entered.
static
Division(SqlDecimal, SqlDecimal)Documentation for this section has not yet been entered.
static
Equality(SqlDecimal, SqlDecimal)Documentation for this section has not yet been entered.
static
GreaterThan(SqlDecimal, SqlDecimal)Documentation for this section has not yet been entered.
static
GreaterThanOrEqual(SqlDecimal, SqlDecimal)Documentation for this section has not yet been entered.
static
Inequality(SqlDecimal, SqlDecimal)Documentation for this section has not yet been entered.
static
LessThan(SqlDecimal, SqlDecimal)Documentation for this section has not yet been entered.
static
LessThanOrEqual(SqlDecimal, SqlDecimal)Documentation for this section has not yet been entered.
static
Multiply(SqlDecimal, SqlDecimal)Documentation for this section has not yet been entered.
static
Subtraction(SqlDecimal, SqlDecimal)Documentation for this section has not yet been entered.
static
UnaryNegationDocumentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlDecimal(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Decimal(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlDecimal(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlDecimal(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlDecimal(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlDecimal(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlDecimal(Implicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlDecimal(Implicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlDecimal(Implicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlDecimal(Implicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlDecimal(Implicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlDecimal(Implicit)Documentation for this section has not yet been entered.
static
Conversion to System.Data.SqlTypes.SqlDecimal(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.