SDMODataPropertyValueDouble class

Deprecated. Double

Syntax

@interface SDMODataPropertyValueDouble : SDMODataPropertyValueObject

Base class

Members

All members of SDMODataPropertyValueDouble, including inherited members.

Methods
Method Description
- (NSNumber *) getDoubleValue Since OData can define a nullable double property that means the return type double would not be sufficient.
- (void) setDoubleValue: (NSNumber *) newValue  
Inherited members from SDMODataPropertyValueObject