Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit bb0bf4b

Browse files
committed
README tweak
1 parent 91d15e3 commit bb0bf4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ List<Poco> results = db.SqlList<Poco>("EXEC GetAnalyticsForWeek @weekNo", new {
102102
List<int> results = db.SqlList<int>("EXEC GetTotalsForWeek 1");
103103
List<int> results = db.SqlList<int>("EXEC GetTotalsForWeek @weekNo", new { weekNo = 1 });
104104

105-
int result = db.SqlScalar<int>("EXEC SELECT 10");
105+
int result = db.SqlScalar<int>("SELECT 10");
106106
```
107107

108108
Some more examples can be found in [SqlServerProviderTests](https://github.com/ServiceStack/ServiceStack.OrmLite/blob/master/tests/ServiceStack.OrmLite.Tests/SqlServerProviderTests.cs).

0 commit comments

Comments
 (0)