SqlDecimal.IsPositive 属性

定义

指示此 Value 结构的 SqlDecimal 是否大于零。

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

属性值

如果将 Null 赋给了 Value,则为 true。 否则为 false

适用于

另请参阅