We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d07034 commit ea17ad4Copy full SHA for ea17ad4
src/DotNetToolkit.Repository.AzureStorageTable/README.md
@@ -0,0 +1,9 @@
1
+# How to Use?
2
+
3
+```csharp
4
+var options = new RepositoryOptionsBuilder()
5
+ .UseAzureStorageTable(...) // for microsoft azure storage table service
6
+ .Options;
7
8
+var repo = new Repository<Customer>(options);
9
+```
0 commit comments