SqlSingle.Null Field

Definition

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

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

Field Value

Remarks

For more information, see Handling Null Values.

Applies to

See also