mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Update Demo
This commit is contained in:
parent
24506c4903
commit
d8d5176428
@ -16,6 +16,6 @@ namespace OrmTest
|
|||||||
return Environment.CurrentDirectory.Replace(@"\bin\Debug", "");
|
return Environment.CurrentDirectory.Replace(@"\bin\Debug", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
public static string ConnectionString = @"DataSource=GetCurrentProjectPath\DataBase\SqlSugar4xTest.sqlite";
|
public static string ConnectionString = @"DataSource="+ GetCurrentProjectPath + @"\DataBase\SqlSugar4xTest.sqlite";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user