Update README.md

This commit is contained in:
sunkaixuan
2017-05-27 02:15:25 +08:00
committed by GitHub
parent 82f8fcc627
commit 48b11111a2

View File

@@ -319,7 +319,7 @@ catch (Exception)
}
```
## 7. Use SP
```c
```c
//1. no result
db.UseStoredProcedure(() =>
{
@@ -333,4 +333,4 @@ catch (Exception)
string spName = "sp_help";
return db.Ado.SqlQueryDynamic(spName, new { objname = "student" });
});
```
```