mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 12:09:29 +08:00
Update Oracle ToDate
This commit is contained in:
@@ -83,6 +83,8 @@ namespace OrmTest
|
||||
names = $"as{it.Id}fd{it.Id}a"
|
||||
})
|
||||
.ToList();
|
||||
var xx =DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss.fff");
|
||||
var test11= db.Queryable<Order>().Select(it => Convert.ToDateTime(xx)).ToList();
|
||||
Console.WriteLine("#### Examples End ####");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user