Skip to content

Commit 0095e97

Browse files
committed
convert text into note
1 parent f8de2a3 commit 0095e97

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/csharp/linq/includes/data-sources-definition.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ ms.topic: include
55
ms.date: 10/04/2024
66
---
77

8-
The following examples in this article use the common data sources for this area:
8+
> [!NOTE]
9+
> The following examples in this article use the common data sources for this area.
10+
> Each `Student` has a grade level, a primary department, and a series of scores. A `Teacher` also has a `City` property that identifies the campus where the teacher holds classes. A `Department` has a name, and a reference to a `Teacher` who serves as the department head.
11+
> You can find the example data set in the [source repo](https://github.com/dotnet/docs/blob/main/docs/csharp/linq/standard-query-operators/snippets/standard-query-operators/DataSources.cs#L41).
912
1013
:::code language="csharp" source="../standard-query-operators/snippets/standard-query-operators/DataSources.cs" id="QueryDataSource":::
11-
12-
Each `Student` has a grade level, a primary department, and a series of scores. A `Teacher` also has a `City` property that identifies the campus where the teacher holds classes. A `Department` has a name, and a reference to a `Teacher` who serves as the department head.
13-
14-
You can find the data set in the [source repo](https://github.com/dotnet/docs/blob/main/docs/csharp/linq/standard-query-operators/snippets/standard-query-operators/DataSources.cs#L41).

0 commit comments

Comments
 (0)