Format:
Recent snippets matching tags of Expression Tree
// Copy and Paste this code into LINQPad and use the Nutshell database void Main() { var text = @"$Purchase.Customer.Name purchased $Detail on $Purchase.Date for $$$Purchase.Price"; var Hello = new ExpressionTemplate<PurchaseItem>(text); var query = PurchaseItems.Select(Hello.ToExpr()); query.Dump("Data");
315 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
