在使用JS互操作的Blazor组件中,我如何迭代类似于JavaScript数组的对象?) if (firstRender) var elements = await _js.InvokeAsync<IJSObjectReference// This loop does not compile, because IJSObjectReference is not IEnumerable:
foreach
;var myInt = (int)rdr.GetValue(0); //great this works
var myLong = (long)rdr.GetValue也就是说,如果sql类型为bigint,则只能强制转换为long。如果sql类型为int,则只能强制转换为int。没有混合和匹配...我只想得到一些有效的东西,不管c#请求和返回的整数类型是什么