Skip to content

Commit 5741cfb

Browse files
Merge pull request #7449 from DennisLee-DennisLee/v-dele-1767840-005
1767840: Fifth batch of new or lengthened SEO descriptions (23).
2 parents 5027eb5 + 5c91eda commit 5741cfb

23 files changed

+37
-4
lines changed

docs/data-tools/the-property-property-name-cannot-be-deleted-because-it-is-participating-in-the-association-association-name.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Property participates in association
3-
description: The property cannot be deleted because it is participating in the association
3+
description: 'The property cannot be deleted because it is participating in the association. View information about this Object Relational Designer (O/R Designer) message.'
44
ms.custom: SEO-VS-2020
55
ms.date: 11/04/2016
66
ms.topic: error-reference

docs/data-tools/the-property-property-name-cannot-be-deleted.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: The property cannot be deleted
3+
description: 'The property cannot be deleted. View information about this Visual Studio Object Relational Designer (O/R Designer) message.'
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: error-reference
57
ms.assetid: 55873f74-7834-4ec1-8815-eeeb65618d87

docs/data-tools/the-selected-connection-uses-an-unsupported-database-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Unsupported database provider
3-
description: The selected connection uses an unsupported database provider
3+
description: 'The selected connection uses an unsupported database provider. View information about this Visual Studio Object Relational Designer (O/R Designer) message.'
44
ms.custom: SEO-VS-2020
55
ms.date: 11/04/2016
66
ms.topic: error-reference

docs/data-tools/troubleshooting-service-references.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Troubleshooting Service References
3+
description: Review common issues that may occur when you are working with Windows Communication Foundation (WCF) or WCF Data Services references in Visual Studio.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: troubleshooting
57
f1_keywords:

docs/data-tools/turn-off-constraints-while-filling-a-dataset.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Turn off constraints while filling a dataset
3+
description: Know how to turn off constraints while filling a dataset. Suspend update constraints programmatically or by using the Dataset Designer.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: how-to
57
f1_keywords:

docs/data-tools/typed-vs-untyped-datasets.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Typed vs. untyped datasets
3+
description: Understand the difference between typed and untyped datasets. Contrast data access in typed and untyped datasets.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
dev_langs:

docs/data-tools/update-data-by-using-a-tableadapter.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Update data by using a TableAdapter
3+
description: Update data in a dataset. Send the data back to the database by calling the Update method of a TableAdapter.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: how-to
57
dev_langs:

docs/data-tools/upgrade-dot-mdf-files.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Upgrade .mdf files
3+
description: Review options for upgrading a database file (.mdf) after you install a newer version of Visual Studio.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: how-to
57
helpviewer_keywords:

docs/data-tools/validate-data-in-datasets.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Validate data in datasets
3+
description: Learn to validate data in datasets. Validating data involves confirming that values entered into data objects conform to constraints within a dataset's schema.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: how-to
57
f1_keywords:

docs/data-tools/visual-studio-data-tools-for-cpp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Data tools for C++
3+
description: Explore Visual Studio data tools for C++. Connect to localDB through ODBC and the SQL native client from a C++ application.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: overview
57
dev_langs:

docs/data-tools/visual-studio-data-tools-for-dotnet.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Data tools for .NET
3+
description: Review Visual Studio data tools for .NET, which provide API and tooling support to connect to databases, model data in memory, and display data in the UI.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: overview
57
ms.assetid: c3175080-1dfb-4ab8-a460-92dadbb844b4

docs/data-tools/walkthrough-creating-a-dataset-with-the-dataset-designer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Create a Dataset with the Dataset Designer
3+
description: In this walkthrough, create a dataset using the Dataset Designer. Understand the process of creating a new project and adding a new DataSet item to it.
34
ms.custom: SEO-VS-2020
45
ms.date: 09/11/2017
56
ms.topic: conceptual

docs/data-tools/walkthrough-creating-a-datatable-in-the-dataset-designer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Create a DataTable in the Dataset Designer
3+
description: In this walkthrough, create a DataTable (without a TableAdapter) using the Dataset Designer. Create a new Windows Forms application, and add a new dataset to it.
34
ms.custom: SEO-VS-2020
45
ms.date: 10/19/2016
56
ms.topic: conceptual

docs/data-tools/walkthrough-creating-a-simple-wcf-service-in-windows-forms.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Create a simple WCF Service in Windows Forms
3+
description: In this walkthrough, create a Windows Communication Foundation (WCF) service in Visual Studio, test it, and then access it from a Windows Forms application.
34
ms.date: 11/04/2016
45
ms.custom: SEO-VS-2020
56
ms.topic: conceptual

docs/data-tools/walkthrough-creating-a-wcf-data-service-with-wpf-and-entity-framework.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Create WCF Data Service with WPF & Entity Framework
3+
description: Create a WCF Data Service with WPF and Entity Framework that's hosted in an ASP.NET web application, and then access it from a Windows Forms application.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
dev_langs:

docs/data-tools/walkthrough-creating-an-n-tier-data-application.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: 'Walkthrough: Creating an N-tier Data Application'
3+
description: In this walkthrough, create an N-tier data application. N-tier data applications are apps that access data and are separated into many logical layers, or tiers.
4+
ms.custom: SEO-VS-2020
35
ms.date: 09/08/2017
46
ms.topic: conceptual
57
dev_langs:

docs/data-tools/walkthrough-creating-linq-to-sql-classes-by-using-single-table-inheritance-o-r-designer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: LINQ to SQL classes with single-table inheritance
3+
description: In this walkthrough, create LINQ to SQL classes by using single-table inheritance in the Visual Studio Object Relational Designer (O/R Designer).
34
ms.custom: SEO-VS-2020
45
ms.date: 11/04/2016
56
ms.topic: conceptual

docs/data-tools/walkthrough-customizing-the-insert-update-and-delete-behavior-of-entity-classes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Customize insert/update/delete behavior
3+
description: In this walkthrough, customize the insert, update, and delete behavior of entity classes using the LINQ (Language-Integrated Query) to SQL tools in Visual Studio.
34
ms.custom: SEO-VS-2020
45
ms.date: 11/04/2016
56
ms.topic: conceptual

docs/data-tools/warning-changes-have-been-made-to-the-configure-behavior-dialog-box-that-have-not-been-applied.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Unapplied changes
3-
description: Warning - changes have been made to the Configure Behavior dialog box that have not been applied
3+
description: Warning - changes have been made to the Configure Behavior dialog box that have not been applied. View information about this Visual Studio O/R Designer message.
44
ms.custom: SEO-VS-2020
55
ms.date: 11/04/2016
66
ms.topic: error-reference

docs/data-tools/windows-communication-foundation-services-and-wcf-data-services-in-visual-studio.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Windows Communication Foundation and WCF Data Services
3+
description: Explore Windows Communication Foundation (WCF) Services and WCF Data Services in Visual Studio, so you can create distributed applications.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: overview
57
dev_langs:

docs/data-tools/work-with-datasets-in-n-tier-applications.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Work with datasets in n-tier applications
3+
description: Learn to work with datasets in n-tier applications. N-tier data applications are data-centric apps that are separated into multiple logical layers (or tiers).
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/data-tools/working-with-a-conceptual-model-wcf-data-services.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Working with a Conceptual Model (WCF Data Services)
3+
description: Work with a conceptual model in WCF Data Services. Query data through objects instead of translating back and forth between database schemas and object models.
4+
ms.custom: SEO-VS-2020
35
ms.date: 11/04/2016
46
ms.topic: conceptual
57
helpviewer_keywords:

docs/data-tools/you-have-selected-a-database-object-from-an-unsupported-database-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Object from unsupported provider
3-
description: You have selected a database object from an unsupported database provider
3+
description: You have selected a database object from an unsupported database provider. View information about this Visual Studio (O/R Designer) message.
44
ms.custom: SEO-VS-2020
55
ms.date: 11/04/2016
66
ms.topic: error-reference

0 commit comments

Comments
 (0)