From 9c2ebbaba1286af91cc752ac2e942ff2b5d68ab2 Mon Sep 17 00:00:00 2001 From: Sid Lama <100961951+v-sidlama@users.noreply.github.com> Date: Thu, 26 May 2022 09:20:39 -0600 Subject: [PATCH] [BrokenLinksH2] Fixed the link path Deactivated the Example link --- .../ef6/modeling/designer/advanced/edmx/csdl-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity-framework/ef6/modeling/designer/advanced/edmx/csdl-spec.md b/entity-framework/ef6/modeling/designer/advanced/edmx/csdl-spec.md index 0330275926..52ace5ec78 100644 --- a/entity-framework/ef6/modeling/designer/advanced/edmx/csdl-spec.md +++ b/entity-framework/ef6/modeling/designer/advanced/edmx/csdl-spec.md @@ -2064,7 +2064,7 @@ The following table describes the facets that are supported in CSDL. All facets | **Unicode** | Indicates whether the property value is stored as Unicode. | **Edm.String** | Yes | Yes | >[!NOTE] -> When generating a database from a conceptual model, the Generate Database Wizard will recognize the value of the **StoreGeneratedPattern** attribute on a **Property** element if it is in the following namespace: https://schemas.microsoft.com/ado/2009/02/edm/annotation. The supported values for the attribute are **Identity** and **Computed**. A value of **Identity** will produce a database column with an identity value that is generated in the database. A value of **Computed** will produce a column with a value that is computed in the database. +> When generating a database from a conceptual model, the Generate Database Wizard will recognize the value of the **StoreGeneratedPattern** attribute on a **Property** element if it is in the following namespace: `https://schemas.microsoft.com/ado/2009/02/edm/annotation`. The supported values for the attribute are **Identity** and **Computed**. A value of **Identity** will produce a database column with an identity value that is generated in the database. A value of **Computed** will produce a column with a value that is computed in the database. ### Example