我正在尝试从数据库中提取一个整数,但出现错误
我在控制器中的代码是:
Dim SeqNumQuery = From a In db.RequestedServices
Where a.RequestedServiceId = id
Select a.StationId
Dim StationId As Integer = SeqNumQuery.ToString
错误是:
范围变量“StationId”隐藏封闭块中的变量或先前在查询表达式中定义的范围变量。