SqlDouble.Zero Field

Definition

Represents a zero value that can be assigned to the Value property of an instance of the SqlDouble structure.

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

Field Value

Remarks

The Zero field is a constant for the SqlDouble structure.

Applies to

See also