mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-09 02:44:58 +08:00
Update README.md
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user