I have a client using .net and I am using LINQBride with some existing code that uses LINQ. I don't really know much about linq but am wondering if there is a quick conversion using LINQBridge for this expression
DynamicMethod.CreateDelegate(Expression.GetFuncType(typeof(IDataReader), type));
Thanks