Skip to content

Commit a45a631

Browse files
authored
Removed "how to" in title
1 parent 4c6c553 commit a45a631

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/general-development/how-to-create-an-odata-data-service-for-use-as-a-bcs-external-system.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
2-
title: How to Create an OData data service for use as a BCS external system
2+
title: Create an OData data service for use as a BCS external system
33
ms.date: 09/25/2017
44
ms.prod: sharepoint
55
ms.assetid: 7d7b3aa6-85b7-400d-8ea5-50bebac56a1d
66
---
77

88

9-
# How to: Create an OData data service for use as a BCS external system
9+
# Create an OData data service for use as a BCS external system
10+
1011
Learn how to create an Internet-addressable WCF service that uses OData to send notifications to SharePoint when the underlying data changes. These notifications are used to trigger events that are attached to external lists.
12+
1113
This article describes how to create an ASP.NET Windows Communication Foundation (WCF) Data Service to expose the AdventureWorks 2012 LT sample database. This enables you to access the data through the Open Data protocol (OData). When access is established through OData, you can configure a Business Connectivity Services (BCS) external content type that will enable SharePoint to consume the data from the external database. To further enhance this OData source, you can add service contracts to the WCF service that will enable BCS to subscribe to notifications that indicate that the external data has changed.
1214

1315

0 commit comments

Comments
 (0)