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 43:             Case "take"
Line 44: 
Line 45:                 Dim tItem As DataTable=Query.From("SELECT TOP 1 * FROM Products WHERE Code=@p1", Request("ISBN"))
Line 46:                 Dim rItem As DataRow = tItem.Rows(0)
Line 47: 				Helper.ValidateImagePath(Server.MapPath(".."),tItem)

Source File: D:\WebsiteMK\mk.net\store\Cart.aspx    Line: 45






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