Download presentation
Presentation is loading. Please wait.
Published byVivian Nicholson Modified over 9 years ago
1
Paul Schaeflein, MCT Manager of Advanced Technologies LaSalle Consulting Partners, Inc. SESSION CODE: OSP309
3
Farm Site List Data External Lists ClientOM Client OM REST APIs
7
Query Result Set
11
Farm Site List Data External Lists ClientOM Client OM REST APIs
18
Farm Site List Data External Lists ClientOM Client OM REST APIs
20
from p in data.Projects where p.Client.City == "Chicago" select new { Name = p.Title, ClientName = p.Client.Title, Budget = p.BudgetHours };
21
0x0100 Chicago <Field Name="ClientTitle" Type="Lookup" List="Client" ShowField="Title" /> <Field Name="ClientCity" Type="Lookup" List="Client" ShowField="City" />
22
from tc in data.Timecards where tc.Id == 4 group tc by tc.WorkDate.Value.ToString("MM/yy") into tcs select new { Month = tcs.Key, Total = tcs.Sum(t => t.Hours) };
23
0x0100 4 2147483647
29
Required Slide Track PMs will supply the content for this slide, which will be inserted during the final scrub.
30
Required Slide Track PMs will supply the content for this slide, which will be inserted during the final scrub.
32
www.microsoft.com/teched www.microsoft.com/learning http://microsoft.com/technet http://microsoft.com/msdn
34
Sign up for Tech·Ed 2011 and save $500 starting June 8 – June 31 st http://northamerica.msteched.com/registration You can also register at the North America 2011 kiosk located at registration Join us in Atlanta next year
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.