I am trying to set the TableAttribute
for my view like so:
[Table(LSODatabase.databaseString)]
However the following error is thrown:
An attribute argument must be a constant expression, typeof expression or array creation expression of an attribute parameter type.
A workaround I am trying to avoid is making another view and manually setting the strings, however I have a lot of views and would like to avoid this as much as possible.