SqlDecimal.IsPositive Property

Definition

Indicates whether the Value of this SqlDecimal structure is greater than zero.

public:
 property bool IsPositive { bool get(); };
public bool IsPositive { get; }
member this.IsPositive : bool
Public ReadOnly Property IsPositive As Boolean

Property Value

true if the Value is assigned to null. Otherwise, false.

Applies to

See also