Where is ODataMultiValue?
-
Monday, August 06, 2012 8:43 PM
In the sample code at http://blogs.msdn.com/b/astoriateam/archive/2011/10/14/introducing-the-odata-library.aspx the file HTTPResponseSamples.cs uses the class ODataMultiValue. Where is that?
thanks - dave
Who will win The International Collegiate Programming Championships?
All Replies
-
Monday, August 06, 2012 10:39 PMModerator
MultiValue is the old name for collections - in v3, we added support for collections of complex types and primitives in the model. In the early releases of v3, we used to call it "MultiValue" - now its called collection.
Thanks
Pratik
This posting is provided "AS IS" with no warranties, and confers no rights.
- Marked As Answer by DavidThi808 Monday, August 06, 2012 11:03 PM
-
Monday, August 06, 2012 10:45 PM
Hi Pratik;
Ok. So is the new class used ODataCollectionValue?
thanks - dave
Who will win The International Collegiate Programming Championships?
-
Monday, August 06, 2012 11:03 PMModerator
Yes, that correct. In the odata library object model, ODataCollectionValue is use to represent collection values.
Thanks
Pratik
This posting is provided "AS IS" with no warranties, and confers no rights.
- Marked As Answer by DavidThi808 Monday, August 06, 2012 11:03 PM
-
Monday, August 06, 2012 11:03 PMthank you for all the answers!!!
Who will win The International Collegiate Programming Championships?

