SqlMoney.Zero Field

Definition

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

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

Field Value

Remarks

Zero functions as a constant for the SqlMoney class.

Applies to

See also