Format:
Recent snippets matching tags of LINQtoEntities
public interface IQuery<TResult> { //Execute method that accepts an ObjectContext and returns a TResult TResult Execute(EntityContext context); } public abstract class QueryBase<TResult> : IQuery<TResult> { //userCompiled parameter to decide whether to use compiled query or plain one protected QueryBase(bool useCompiled)
584 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
