SqlDouble.Null Field

Definition

Represents a DBNull that can be assigned to this instance of the SqlDouble structure.

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

Field Value

Remarks

Null functions as a constant for the SqlDouble structure. For more information, see Handling Null Values.

Applies to

See also