SqlMoney.MaxValue Field

Definition

Represents the maximum value that can be assigned to the Value property of an instance of the SqlMoney class.

public: static initonly System::Data::SqlTypes::SqlMoney MaxValue;
public static readonly System.Data.SqlTypes.SqlMoney MaxValue;
 staticval mutable MaxValue : System.Data.SqlTypes.SqlMoney
Public Shared ReadOnly MaxValue As SqlMoney 

Field Value

Remarks

The value of this constant is 922,337,203,685,477.5807

Applies to

See also