Skip to content

Commit

Permalink
Update ado.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyunchong authored Jul 25, 2024
1 parent 7b9510a commit 7865912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/guide/ado.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ List<T2> list2 = result.Item2;
string searchText = "abc";
List<T> users = _fsql.Ado.Query<T>("select * from t1 where name like @name", new { name = "%" + searchText + "%" });

//获取数据库时间
//SELECT now(), utc_timestamp()
var result = fsql.Ado.QuerySingle(() => new
{
Expand Down

0 comments on commit 7865912

Please sign in to comment.