mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-08 18:34:55 +08:00
Update Demo
This commit is contained in:
@@ -8,7 +8,8 @@ namespace NugetTest
|
||||
{
|
||||
var db = new SqlSugarClient(new ConnectionConfig() {
|
||||
ConnectionString=Config.ConnectionString,
|
||||
IsAutoCloseConnection=true
|
||||
IsAutoCloseConnection=true,
|
||||
DbType=DbType.Oracle
|
||||
});
|
||||
var list = db.Ado.GetInt("select 1");
|
||||
Console.WriteLine("Hello World!");
|
||||
|
||||
Reference in New Issue
Block a user