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 5738e48 commit 500aba1Copy full SHA for 500aba1
README.md
@@ -45,7 +45,7 @@ Example:
45
46
//Gets all samples in the database.
47
var queryAllSamples = dh.Get<Sample>();
48
- //Gets all samples that have Data6 as the value of the SomeData property.
+ //Gets all samples that have Data5 as the value of the SomeData property.
49
var querySomeSamples = dh.Get<Sample>("SomeData","Data5");
50
51
//Removes some of the items in the database.
0 commit comments