Tag Archives: Table attribute
Using dynamic Table attribute with entity framework

Also wanted to use some dynamic into the Entity Framework Table attribute like this: using the following app-setting from web.config This will end up with the following error: An attribute argument must be a constant expression, typeof expression or array creation expression of an attribute parameter type Instead create the following class: and now you […]

Back To Top