mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Update README.md
This commit is contained in:
parent
ed68cfc62d
commit
68efc4a828
@ -11,6 +11,10 @@ If you have system table permissions, use SystemTableConfig,else use AttributeCo
|
|||||||
{ ConnectionString = Config.ConnectionString, DbType =DbType.SqlServer, IsAutoCloseConnection = true });
|
{ ConnectionString = Config.ConnectionString, DbType =DbType.SqlServer, IsAutoCloseConnection = true });
|
||||||
```
|
```
|
||||||
|
|
||||||
|
SystemTableConfig:
|
||||||
|
https://github.com/sunkaixuan/SqlSugar/wiki/SystemTableConfig
|
||||||
|
|
||||||
|
|
||||||
### 1.2 Introduction
|
### 1.2 Introduction
|
||||||
```c
|
```c
|
||||||
var getAll = db.Queryable<Student>().ToList();
|
var getAll = db.Queryable<Student>().ToList();
|
||||||
|
Loading…
Reference in New Issue
Block a user