SqlMoney.Null Field

Definition

Represents a DBNull that can be assigned to this instance of the SqlMoney class.

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

Field Value

Remarks

Null functions as a constant for the SqlMoney class. For more information, see Handling Null Values.

Applies to

See also