mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-10 11:25:00 +08:00
Oracle SqlTest supports @
This commit is contained in:
@@ -26,6 +26,13 @@ namespace OrmTest.Demo
|
||||
//StoredProcedure();
|
||||
Enum();
|
||||
Simple();
|
||||
SqlTest();
|
||||
}
|
||||
|
||||
private static void SqlTest()
|
||||
{
|
||||
var db = GetInstance();
|
||||
var x = db.Ado.ExecuteCommand("select '@id' as id from student where id=@id",new { id=1});
|
||||
}
|
||||
|
||||
private static void Simple()
|
||||
|
||||
Reference in New Issue
Block a user