....
This commit is contained in:
2
SubProject/FPJ0000/dsPRJ.Designer.cs
generated
2
SubProject/FPJ0000/dsPRJ.Designer.cs
generated
@@ -30376,7 +30376,7 @@ WHERE (idx = @idx)";
|
||||
AS userGroupName
|
||||
FROM vProjectPartPurchase
|
||||
WHERE (gcode = @gcode)
|
||||
ORDER BY ISNULL(bbuy, 0), ISNULL(bconfirm, 0), ISNULL(userManager, ''), ISNULL(Project, 0)";
|
||||
ORDER BY ISNULL(bbuy, 0), ISNULL(bconfirm, 0), ISNULL(userManager, ''), ISNULL(Project, 0), idx";
|
||||
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
||||
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[1] = new global::System.Data.SqlClient.SqlCommand();
|
||||
|
||||
Reference in New Issue
Block a user