okyouwin
okyouwin
可以的 稍后我发您 ------------------ 原始邮件 ------------------ 发件人: ***@***.***>; 发送时间: 2022年8月5日(星期五) 晚上8:15 收件人: ***@***.***>; 抄送: ***@***.***>; ***@***.***>; 主题: Re: [dotnetcore/FreeSql] 使用子查询报错 (Issue #1205) 我这里测试没重现,你能把这些代码整理成一个 console app 应用程序压缩后发出来吗 — Reply to this email directly, view...
麻烦看一下 需要先附加一下数据库 ------------------ 原始邮件 ------------------ 发件人: "dotnetcore/FreeSql" ***@***.***>; 发送时间: 2022年8月5日(星期五) 晚上8:15 ***@***.***>; ***@***.******@***.***>; 主题: Re: [dotnetcore/FreeSql] 使用子查询报错 (Issue #1205) 我这里测试没重现,你能把这些代码整理成一个 console app 应用程序压缩后发出来吗 — Reply to this email directly, view it on GitHub, or...
[FreeSqlTest.zip](https://github.com/dotnetcore/FreeSql/files/9274296/FreeSqlTest.zip) 麻烦看一下
upload file and then get the SysfileId It's a winform project ``` string filename = "D:\\Test\\10.txt"; string objectname = Path.GetFileName(filename); _ = Run(minio, filename, objectname).Result; FilInforHelper.GetFileId("D:\\Test\\10.txt"); ``` ``` public class...