Update README.md

This commit is contained in:
sunkaixuan 2017-05-23 10:42:27 +08:00 committed by GitHub
parent ed68cfc62d
commit 68efc4a828

View File

@ -11,6 +11,10 @@ If you have system table permissions, use SystemTableConfig,else use AttributeCo
{ ConnectionString = Config.ConnectionString, DbType =DbType.SqlServer, IsAutoCloseConnection = true });
```
SystemTableConfig
https://github.com/sunkaixuan/SqlSugar/wiki/SystemTableConfig
### 1.2 Introduction
```c
var getAll = db.Queryable<Student>().ToList();