You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to set a table-valued user defined function as the table name for a class (FROM or JOIN). seems like the only issue I'm having is the default formatting. Is there a way to make this work? example [Table("myFunction(@param1,@param2)"] is being formatted as [myFunction(@param1, @param2)] but that does not work, it needs to be unformatted or formatted as [myFunction](@param1,@param2)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to be able to set a table-valued user defined function as the table name for a class (FROM or JOIN). seems like the only issue I'm having is the default formatting. Is there a way to make this work? example
[Table("myFunction(@param1,@param2)"]is being formatted as[myFunction(@param1, @param2)]but that does not work, it needs to be unformatted or formatted as[myFunction](@param1,@param2)Beta Was this translation helpful? Give feedback.
All reactions