SqlDecimal.IsPositive プロパティ

定義

このSqlDecimal構造体のValueが 0 より大きいかどうかを示します。

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

プロパティ値

true Valueが null に割り当てられている場合は #。 それ以外の場合は、 false

適用対象

こちらもご覧ください