SqlDecimal.IsPositive Eigenschaft

Definition

Gibt an, ob die Value dieser SqlDecimal Struktur größer als Null ist.

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

Eigenschaftswert

true wenn der Value Wert null zugewiesen ist. Andernfalls, false.

Gilt für:

Weitere Informationen