Skip to content

Commit 7d9443f

Browse files
980754: Revise UG Documentation Content for Blazor Platform(Section-4)
1 parent 8474046 commit 7d9443f

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

blazor/pivot-table/connecting-to-data-source/elasticsearch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: "Elasticsearch Data Binding in Blazor Pivot Table Component | Syncfusion"
3+
title: "Elasticsearch Data Binding in Blazor Pivot Table | Syncfusion"
44
component: "Pivot Table"
55
description: "Learn how to bind data from an Elasticsearch database to the Syncfusion Blazor Pivot Table and more."
66
platform: Blazor
77
documentation: ug
88
---
99

10-
# Elasticsearch Data Binding
10+
# Elasticsearch Data Binding in Blazor Pivot Table
1111

1212
This guide explains how to connect an Elasticsearch database to the [Blazor Pivot Table](https://www.syncfusion.com/blazor-components/blazor-pivot-table) using the [NEST](https://www.nuget.org/packages/Nest) library. It describes two approaches: directly retrieving and binding data to the Pivot Table, and using a Web API service to fetch and display Elasticsearch data efficiently.
1313

blazor/pivot-table/connecting-to-data-source/microsoft-sql-server.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: "Microsoft SQL Data Binding in Blazor Pivot Table Component | Syncfusion"
3+
title: "Microsoft SQL Data Binding in Blazor Pivot Table | Syncfusion"
44
component: "Pivot Table"
5-
description: "Learn how to bind data from a Microsoft SQL server in the Syncfusion Blazor Pivot Table and more."
5+
description: "Learn how to connect a Microsoft SQL Server database to the Syncfusion Blazor Pivot Table and more."
66
platform: Blazor
77
documentation: ug
88
---
99

10-
# Microsoft SQL Data Binding
10+
# Microsoft SQL Data Binding in Blazor Pivot Table
1111

1212
This guide explains how to connect a Microsoft SQL Server database to the [Blazor Pivot Table](https://www.syncfusion.com/blazor-components/blazor-pivot-table) using the [System.Data.SqlClient](https://www.nuget.org/packages/System.Data.SqlClient/4.8.5?_src=template) library. It covers two methods: directly retrieving and binding data to the Pivot Table and using a Web API service to fetch and display Microsoft SQL data.
1313

@@ -266,4 +266,4 @@ This section explains how to connect the [Blazor Pivot Table](https://www.syncfu
266266
![Blazor Pivot Table bound with Microsoft SQL data](../images/blazor-pivottable-Ms-SQL-databinding.png)
267267

268268
### Additional resources
269-
Explore a complete example of the Blazor Pivot Table integrated with an ASP.NET Core Web application to fetch data from a Microsoft SQL database in this [GitHub repository](https://github.com/SyncfusionExamples/how-to-bind-SQL-to-pivot-table/tree/master/Blazor).
269+
Explore a complete example of the Blazor Pivot Table integrated with an ASP.NET Core Web application to fetch data from a Microsoft SQL database in this [GitHub repository](https://github.com/SyncfusionExamples/aspnetcore-bind-SQL-database-to-pivot-table).

blazor/pivot-table/connecting-to-data-source/mongodb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
layout: post
33
title: "MongoDB Data Binding in Blazor Pivot Table Component | Syncfusion"
44
component: "Pivot Table"
5-
description: "Learn how to bind data from a MongoDB in the Syncfusion Blazor Pivot Table and more."
5+
description: "Learn how to connect a MongoDB database to the Syncfusion Blazor Pivot Table using the MongoDB.Driver library."
66
platform: Blazor
77
documentation: ug
88
---
99

10-
# MongoDB Data Binding
10+
# MongoDB Data Binding in Blazor Pivot Table Component
1111

1212
This guide explains how to connect a MongoDB database to the [Blazor Pivot Table](https://www.syncfusion.com/blazor-components/blazor-pivot-table) using the [MongoDB.Driver](https://www.nuget.org/packages/MongoDB.Driver) library. It covers two methods: directly retrieving and binding data to the Pivot Table, and using a Web API service to fetch and display MongoDB data.
1313

blazor/pivot-table/connecting-to-data-source/mysql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
layout: post
33
title: "MySQL Data Binding in Blazor Pivot Table Component | Syncfusion"
44
component: "Pivot Table"
5-
description: "Learn how to bind data from a MySQL database in the Syncfusion Blazor Pivot Table and more."
5+
description: "Learn how to connect a MySQL database to the Syncfusion Blazor Pivot Table using the MySql.Data library."
66
platform: Blazor
77
documentation: ug
88
---
99

10-
# MySQL Data Binding
10+
# MySQL Data Binding in Blazor Pivot Table Component
1111

1212
This guide explains how to connect a MySQL database to the [Blazor Pivot Table](https://www.syncfusion.com/blazor-components/blazor-pivot-table) using the [MySql.Data](https://www.nuget.org/packages/MySql.Data) library. It covers two methods: directly retrieving and binding data to the Pivot Table and using a Web API service to fetch and display MySQL data.
1313

@@ -274,4 +274,4 @@ The following code connects the Pivot Table to the Web API and configures the re
274274
![Blazor Pivot Table bound with MySQL data](../images/blazor-pivottable-MySQL-databinding.png)
275275

276276
### Additional Resources
277-
Explore a complete example of the Blazor Pivot Table integrated with MySQL using a Web API service in this [GitHub repository](https://github.com/SyncfusionExamples/how-to-bind-MySQL-to-pivot-table/tree/master/Blazor).
277+
Explore a complete example of the Blazor Pivot Table integrated with MySQL using a Web API service in this [GitHub repository](https://github.com/SyncfusionExamples/web-bind-MySQL-database-to-pivot-table/tree/master/Blazor).

blazor/pivot-table/connecting-to-data-source/oracledb.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: "Oracle database Data Binding in Blazor Pivot Table Component | Syncfusion"
3+
title: "Oracle Data Binding in Blazor Pivot Table | Syncfusion"
44
component: "Pivot Table"
5-
description: "Learn how to bind data from a Oracle database in the Syncfusion Blazor Pivot Table and more."
5+
description: "Learn how to connect an Oracle database to the Syncfusion Blazor Pivot Table using the Oracle.ManagedDataAccess library."
66
platform: Blazor
77
documentation: ug
88
---
99

10-
# Oracle Data Binding
10+
# Oracle Data Binding in Blazor Pivot Table Component
1111

1212
This guide explains how to connect an Oracle database to the [Blazor Pivot Table](https://www.syncfusion.com/blazor-components/blazor-pivot-table) using the [Oracle.ManagedDataAccess](https://www.nuget.org/packages/Oracle.ManagedDataAccess) library. It covers two methods: directly retrieving and binding data to the Pivot Table and using a Web API service to fetch and display Oracle data.
1313

blazor/pivot-table/connecting-to-data-source/postgreSQL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
layout: post
33
title: "PostgreSQL Data Binding in Blazor Pivot Table Component | Syncfusion"
44
component: "Pivot Table"
5-
description: "Learn how to bind data from a PostgreSQL database in the Syncfusion Blazor Pivot Table and more."
5+
description: "Learn how to connect a PostgreSQL database to the Syncfusion Blazor Pivot Table using the Npgsql.EntityFrameworkCore.PostgreSQL library."
66
platform: Blazor
77
documentation: ug
88
---
99

10-
# PostgreSQL Data Binding
10+
# PostgreSQL Data Binding in Blazor Pivot Table Component
1111

1212
This guide explains how to connect a PostgreSQL database to the [Blazor Pivot Table](https://www.syncfusion.com/blazor-components/blazor-pivot-table) using the [Npgsql.EntityFrameworkCore.PostgreSQL](https://www.nuget.org/packages/Npgsql.EntityFrameworkCore.PostgreSQL) library. It covers two methods: directly retrieving and binding data to the Pivot Table and using a Web API service to fetch and display PostgreSQL data.
1313

blazor/pivot-table/connecting-to-data-source/snowflakedb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
layout: post
33
title: "Snowflake Data Binding in Blazor Pivot Table Component | Syncfusion"
44
component: "Pivot Table"
5-
description: "Learn how to bind data from a Snowflake database in the Syncfusion Blazor Pivot Table and more."
5+
description: "Learn how to connect a Snowflake database to the Syncfusion Blazor Pivot Table using the Snowflake.Data NuGet package."
66
platform: Blazor
77
documentation: ug
88
---
99

10-
# Snowflake Data Binding
10+
# Snowflake Data Binding in Blazor Pivot Table Component
1111

1212
This guide explains how to connect a Snowflake database to the [Blazor Pivot Table](https://www.syncfusion.com/blazor-components/blazor-pivot-table) using the [Snowflake.Data](https://www.nuget.org/packages/Snowflake.Data) NuGet package. It covers two methods: directly retrieving and binding Snowflake data to the Pivot Table and using a Web API service to fetch and display Snowflake data.
1313

0 commit comments

Comments
 (0)