SqlDecimal.IsPositive 속성

정의

Value 구조체의 SqlDecimal가 0보다 큰지 여부를 나타냅니다.

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

속성 값

Value가 null로 할당된 경우 true입니다. 그렇지 않으면 false입니다.

적용 대상

추가 정보