Skip to content

Commit f72f899

Browse files
committed
Add details about using third-party tools for missing C# APIs
1 parent e7fa389 commit f72f899

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
The SDK does not provide a C# API to directly copy an object to another
2+
database instance. Instead, you can use a third-party library such as
3+
`AutoMapper <https://automapper.org/>`__ to create unmanaged objects and
4+
then copy them into another database instance.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
The SDK does not provide a C# API to directly create an unmanaged copy of
2+
an object. Instead, you can use a third-party library such as
3+
`AutoMapper <https://automapper.org/>`__ to create unmanaged objects.

source/sdk/crud/create.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ currently implemented.
466466
.. tab::
467467
:tabid: csharp
468468

469-
.. include:: /includes/api-details/generic/crud/create-unmanaged-copy-not-supported.rst
469+
.. include:: /includes/api-details/csharp/crud/create-unmanaged-copy-of-object-not-supported.rst
470470

471471
.. tab::
472472
:tabid: dart
@@ -528,7 +528,7 @@ database instance.
528528
.. tab::
529529
:tabid: csharp
530530

531-
.. include:: /includes/api-details/generic/crud/create-copy-object-to-another-database-no-example.rst
531+
.. include:: /includes/api-details/csharp/crud/create-copy-object-to-another-database-not-supported.rst
532532

533533
.. tab::
534534
:tabid: dart

0 commit comments

Comments
 (0)