You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<local:DataSourceConfigurationInfoBaseUri="http://services.odata.org/AdventureWorksV3/AdventureWorks.svc"EntitySet="CompanySales"Description="AdventureWorks Company Sales"/>
<local:DataSourceConfigurationInfoBaseUri="http://data.scottsdaleaz.gov/Planning/BuildingPermits.svc"EntitySet="BuildingPermits"Description="Scottsdale Building Permits">
89
83
<!-- Limit the amount of data fetched from this OData service by setting the DesiredFIelds property. Refer to
90
84
the cboOdataSources_SelectionChanged event handler code in MainWindow.xaml.cs to see how we apply these settings when
@@ -103,6 +97,12 @@
103
97
<local:DataSourceConfigurationInfoBaseUri="http://data.scottsdaleaz.gov/MunicipalServices/CapitalImprovementProjects.svc"EntitySet="Projects"Description="Scottsdale Capital Improvement Projects"/>
104
98
<local:DataSourceConfigurationInfoBaseUri="http://data.scottsdaleaz.gov/Finance/BusinessLicenses.svc"EntitySet="BusinessLicenses"Description="Scottsdale Business Licenses"/>
<local:DataSourceConfigurationInfoBaseUri="http://services.odata.org/AdventureWorksV3/AdventureWorks.svc"EntitySet="CompanySales"Description="AdventureWorks Company Sales"/>
0 commit comments