netcoreapp1.1 上没有 SqlParameter.UdtTypeName!如何使用UDT?
No SqlParameter.UdtTypeName on netcoreapp1.1! How to use UDT?
需要此 UdtTypeName 属性 才能读取或写入 Geography、Geometry 或 HierarchyId。
我找不到关于此主题的任何解决方法或 post/information。
有人有解释吗?
这不是 netcoreapp1.1 中的实现。
在 dotnet corefx 项目中存在一个问题,引用了 System.Data.SqlClient 中所有缺失的 API,尤其是关于 UdtTypeName:https://github.com/dotnet/corefx/issues/17126
需要此 UdtTypeName 属性 才能读取或写入 Geography、Geometry 或 HierarchyId。 我找不到关于此主题的任何解决方法或 post/information。 有人有解释吗?
这不是 netcoreapp1.1 中的实现。
在 dotnet corefx 项目中存在一个问题,引用了 System.Data.SqlClient 中所有缺失的 API,尤其是关于 UdtTypeName:https://github.com/dotnet/corefx/issues/17126