Skip to content

Commit

Permalink
Update ado.md
Browse files Browse the repository at this point in the history
  • Loading branch information
2881099 authored Jan 18, 2024
1 parent bd8bbe2 commit 0a7aad2
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 @@ -77,6 +77,7 @@ fsql.Ado.CommandFluent("dbo.GetICMaxNum")
p2 = p; //Output 参数
p.DbType = DbType.Int32;
p.Direction = ParameterDirection.Output;
(p as SqlParameter).Size = 50; //具体的数据库参数
})
.ExecuteNonQuery(); //.Query<T>() 或者 .ExecuteDataTable() 或者 ...
Expand Down

0 comments on commit 0a7aad2

Please sign in to comment.