SqlDecimal::IsPositive Property

 

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

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
property bool IsPositive {
	bool get();
}

Property Value

Type: System::Boolean

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

.NET Framework
Available since 1.1
Return to top
Show: