I would like to have added in the dOOdads code generator to have a default AddOrderBy direction just as if you're in MSSQL:
public void AddOrderBy(string column)
{
AddOrderBy(column, WhereParameter.Dir.ASC)
}
Users browsing this forum: No registered users and 1 guest