From 3627037eb843c94038f0bbf8dce883e2c2dab469 Mon Sep 17 00:00:00 2001 From: 2881099 <2881099@qq.com> Date: Thu, 30 Jun 2022 10:01:42 +0800 Subject: [PATCH] update --- ADO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ADO.md b/ADO.md index 5086be9..12ccfb9 100644 --- a/ADO.md +++ b/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;