PreviousNext

Why a func delegate in c# is not be translated to sql commands

by karthikchintala, 2018-12-29T03:53:47.663Z

This post explains why a Func delegate is not translated to appropriate SQL commands as one would except. The article also draws some source code from Microsoft reference source code to explain what happened when .Where() method is invoked on a func delegate.

Read More