31-10-17, 09:43 PM
(31-10-17, 09:35 PM)a.ahmed كتب :PHP كود :
Dim myArray(0) As String
For i = 0 To 20
ReDim Preserve myArray(i)
myArray(i) = i & Space(1) & "bvs"
Next
Dim q = (From x In myArray Where x.Contains(3 & Space(1)) Select x).FirstOrDefault
MsgBox(q)
خطاء
Error 1 Expression of type '1-dimensional array of String' is not queryable. Make sure you are not missing an assembly reference and/o
r namespace import for the LINQ provider. E: 94 28 WindowsApplication1

