I have some small C# functions and computed cols from views that I'd like to move to Expressions so that they execute directly against the datasource in native T/SQL....I can do this inline in the Select, but I'd like to move it to a common function for r...