Update README.md

This commit is contained in:
Alexandre SPIESER
2018-02-16 15:11:09 +00:00
committed by GitHub
parent 47e85f1760
commit bc992e8c61
+2
View File
@@ -127,6 +127,8 @@ _testRepository.AddOne(myDoc);
``` ```
The above code will generate a collection named `myPartitionKey-myPartitionedDocuments`. The above code will generate a collection named `myPartitionKey-myPartitionedDocuments`.
## CollectionName Attribute
It is now possible to change the collection name by using the `CollectionName` attribute: It is now possible to change the collection name by using the `CollectionName` attribute:
```csharp ```csharp