I was so excited to try BLinq, but... After I ran the tool (no errors) and got web-site created, the generated code cannot be compiled:
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: CS0100: The parameter name 'CONTAINERs_ID' is a duplicate
Source Error:
Line 103: // This method gets sorted and paged records of all CONTAINERs filtered by a specified field.Line 104: // Do not change this method. Line 105: public static IQueryable<CONTAINER> GetCONTAINERs(string tableName, Int32 CONTAINERs_ID, Int32 CONTAINERs_ID, Int32 CONTAINERs_ID, string sortExpression, int startRowIndex, int maximumRows) { Line 106: IQueryable<CONTAINER> x = GetFilteredCONTAINERs(tableName, CONTAINERs_ID, CONTAINERs_ID, CONTAINERs_ID); Line 107: return x.SortAndPage(sortExpression, startRowIndex, maximumRows, "ID"); |