I have a user defined function in sql server that returns a string. I want to add this as a property to my class in linq to sql dbml file. My Class represents a view in sql server. (Note, I don't want to add this UDF to the view)
I've tried to create a property manually and then assign the source as the name of my UDF in sql server. Doesn't like this and errors.
Is what I'm doing possible? thanks