update

2881099
2022-06-30 10:01:42 +08:00
parent e24ab4f2d4
commit 3627037eb8

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;