florianendrich
florianendrich
Another Idea would be to allow the user to manually set the alias, e.g. not using `[base]`, but a custom string.
Yes, that does work.
I wouldn't say that's a desirable solution but it would be a good start. I'd personally prefer having the identifier replaced by `[base]` in `AddCustomWhere` as it would be the...
Forgot to mention that to have `AddJoin` from different schemas, its probably necessary to change from `QuotedShortName` to `QuotedFullName` in `SqlBuilderProcedure.cs` `CreateFilterCustomJoins`.