0
kicks
Custom functions in LINQ made easy with LightSpeed
Using LINQ to express queries is a great thing for .NET developers however sometimes it gets a bit tight when you want to express a database specific function that has no LINQ equivalent. This post shows how developers can easily create and express custom database functions so that their LINQ queries are executed completely by the database engine.