Property | Type | Description | |
---|---|---|---|
MaxValue | |||
MinValue | |||
Null | |||
Zero |
Method | Description | |
---|---|---|
Add ( |
||
CompareTo ( |
||
CompareTo ( object value ) : int | ||
Divide ( |
||
Equals ( |
||
Equals ( object value ) : bool | ||
GetHashCode ( ) : int | ||
GetXsdType ( XmlSchemaSet schemaSet ) : XmlQualifiedName | ||
GreaterThan ( |
||
GreaterThanOrEqual ( |
||
LessThan ( |
||
LessThanOrEqual ( |
||
Multiply ( |
||
NotEquals ( |
||
Parse ( string s ) : |
||
SqlMoney ( decimal value ) : System.Data.Common |
Initializes a new instance of the
|
|
SqlMoney ( double value ) : System.Data.Common |
Initializes a new instance of the
|
|
SqlMoney ( int value ) : System.Data.Common |
Initializes a new instance of the
|
|
SqlMoney ( long value ) : System.Data.Common |
Initializes a new instance of the
|
|
Subtract ( |
||
ToDecimal ( ) : decimal | ||
ToDouble ( ) : double | ||
ToInt32 ( ) : int | ||
ToInt64 ( ) : long | ||
ToSqlBoolean ( ) : |
||
ToSqlByte ( ) : |
||
ToSqlDecimal ( ) : |
||
ToSqlDouble ( ) : |
||
ToSqlInt16 ( ) : |
||
ToSqlInt32 ( ) : |
||
ToSqlInt64 ( ) : |
||
ToSqlSingle ( ) : |
||
ToSqlString ( ) : |
||
ToString ( ) : string | ||
operator ( ) : |
||
operator ( ) : |
Method | Description | |
---|---|---|
IXmlSerializable ( ) : XmlSchema | ||
IXmlSerializable ( XmlReader reader ) : void | ||
IXmlSerializable ( XmlWriter writer ) : void | ||
SqlMoney ( bool fNull ) : System.Data.Common | ||
SqlMoney ( long value, int ignored ) : System.Data.Common | ||
ToSqlInternalRepresentation ( ) : long |
public static Add ( |
||
x | ||
y | ||
return |
public static Divide ( |
||
x | ||
y | ||
return |
public static Equals ( |
||
x | ||
y | ||
return |
public static GetXsdType ( XmlSchemaSet schemaSet ) : XmlQualifiedName | ||
schemaSet | XmlSchemaSet | |
return | XmlQualifiedName |
public static GreaterThan ( |
||
x | ||
y | ||
return |
public static GreaterThanOrEqual ( |
||
x | ||
y | ||
return |
public static LessThan ( |
||
x | ||
y | ||
return |
public static LessThanOrEqual ( |
||
x | ||
y | ||
return |
public static Multiply ( |
||
x | ||
y | ||
return |
public static NotEquals ( |
||
x | ||
y | ||
return |
public SqlMoney ( decimal value ) : System.Data.Common | ||
value | decimal | |
return | System.Data.Common |
public SqlMoney ( double value ) : System.Data.Common | ||
value | double | |
return | System.Data.Common |
public SqlMoney ( int value ) : System.Data.Common | ||
value | int | |
return | System.Data.Common |
public SqlMoney ( long value ) : System.Data.Common | ||
value | long | |
return | System.Data.Common |
public static Subtract ( |
||
x | ||
y | ||
return |
public static SqlMoney,System.Data.SqlTypes MaxValue | ||
return |
public static SqlMoney,System.Data.SqlTypes MinValue | ||
return |