Edit

Share via


SqlDecimal.IsPositive Property

Definition

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

C#
public bool IsPositive { get; }

Property Value

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

Applies to

See also