2017年2月16日 星期四

【Dapper】'System.Data.SqlClient.SqlConnection' does not contain a definition for 'Query'

剛 Nuget Dapper 然後貼了個範例就立碼噴
'System.Data.SqlClient.SqlConnection' 不包含 'Query' 的定義,也找不到擴充方法 'Query' 來接受類型 'System.Data.SqlClient.SqlConnection' 的第一個引數 (您是否遺漏 using 指示詞或組件參考?)

'System.Data.SqlClient.SqlConnection' does not contain a definition for 'Query' and no extension method 'Query' accepting a first argument of type 'System.Data.SqlClient.SqlConnection' could be found (are you missing a using directive or an assembly reference?)

重點是快捷選單不知道 Query() 要補的 using 是什麼讓我超詫異的,缺的 using 是
using Dapper;
就這麼簡單。

ref: SO

沒有留言:

張貼留言