Skip to content

Commit e5f40cf

Browse files
892709: CRUD support in diagram control
1 parent 82d7df6 commit e5f40cf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

blazor/diagram/data-binding.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,7 @@ The following sample code demonstrates implementing CRUD operations for the cust
13481348
}
13491349
}
13501350
```
1351-
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/DataBinding/RemoteData/URLAdaptor)
1351+
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/DataBinding/DiagramWithCustomAdaptor)
13521352
13531353
### Binding with GraphQL service
13541354
GraphQL is a query language for APIs with which you can get exactly what you need and nothing more. The GraphQLAdaptor provides an option to retrieve data from the GraphQL server. For more details on GraphQL service, refer to the [GraphQL documentation](../data/adaptors#graphql-service-binding).
@@ -1709,6 +1709,7 @@ namespace ASPNetCoreGraphQlServer.GraphQl
17091709
}
17101710

17111711
```
1712+
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/DataBinding/GraphQLAdaptorCRUD)
17121713
17131714
## Entity Framework
17141715

@@ -1989,7 +1990,7 @@ The DeleteDataAsync method removes data from the remote server. Once the data is
19891990
}
19901991
```
19911992

1992-
You can find the fully working sample here.
1993+
You can find the fully working sample [here](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/DataBinding/DiagramWithRemoteData).
19931994
19941995
## See Also
19951996

0 commit comments

Comments
 (0)