Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: BC30456: 'From' is not a member of 'Query'.

Source Error:


Line 29:       if trim(Request("ISBN"))<>"" then 
Line 30:       Try
Line 31:             pageTitle=Query.From("SELECT Title FROM Products WHERE Code=@p1", Request("ISBN")).Rows(0)(0)
Line 32: 
Line 33:       Catch ex As Exception

Source File: D:\WebsiteMK\mk.net\store\index.aspx    Line: 31






Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3062.0