Dim placesOfServces = From x In tbl_pos _
Where x.active = True _
Select x.pos_id, x.pos_code & " - " & x.pos_desc
取得エラー
範囲変数名は、引数のない単純な名前または修飾名からのみ推測できます。
問題、 と の連結文字列を返す必要がx.pos_code
ありx.pos_desc
ます。ヘルプは VB.NET にある必要があります。