mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-03 23:10:54 +08:00
update
1
ADO.md
1
ADO.md
@@ -61,6 +61,7 @@ fsql.Ado.CommandFluent("dbo.GetICMaxNum")
|
||||
.WithParameter("TableName", "tb1")
|
||||
.WithParameter("FInterID", null, p =>
|
||||
{
|
||||
//(p as OracleParameter).OracleType = ...;
|
||||
p2 = p; //Output 参数
|
||||
p.DbType = DbType.Int32;
|
||||
p.Direction = ParameterDirection.Output;
|
||||
|
||||
Reference in New Issue
Block a user