-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(DOCSP-41466): Create: Use third-party libraries for some C# operatio…
…ns (#3343) ## Pull Request Info - SDK Docs Consolidation Jira ticket: https://jira.mongodb.org/browse/DOCSP-41466 *Staged Page* - [Create](https://preview-mongodbdacharyc.gatsbyjs.io/realm/DOCSP-41466/sdk/crud/create/): New C# API descriptions for "Create an unmanaged copy of an object" and "Copy an object to another database" advising developers to use third-party libraries for this functionality.
- Loading branch information
Showing
3 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
...pi-details/csharp/crud/create-copy-object-to-another-database-not-supported.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
The SDK does not provide a C# API to directly copy an object to another | ||
database instance. Instead, you can use a third-party library such as | ||
`AutoMapper <https://automapper.org/>`__ to create unmanaged objects and | ||
then copy them into another database instance. |
3 changes: 3 additions & 0 deletions
3
...ludes/api-details/csharp/crud/create-unmanaged-copy-of-object-not-supported.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
The SDK does not provide a C# API to directly create an unmanaged copy of | ||
an object. Instead, you can use a third-party library such as | ||
`AutoMapper <https://automapper.org/>`__ to create unmanaged objects. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters