Jeff-Lewis / codesmith

Automatically exported from code.google.com/p/codesmith
0 stars 0 forks source link

New Feature: Predicates #135

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
"it would be great if"...

you could separate out the predicate similar to the way LLBLgen Pro does it 
giving you greater flexibility.

e.g.

IPredicateExpression A = new PredicateExpression();
A.Add(Table1Fields.Foo == "One");
A.AddWithAnd(Table1Fields.Bar == "Two");

Cheers,
John

Original issue reported on code.google.com by john...@gmail.com on 6 Sep 2009 at 11:38

GoogleCodeExporter commented 9 years ago
Hi, what templates are you referring to?

Original comment by paul.wel...@gmail.com on 14 Sep 2009 at 2:18

GoogleCodeExporter commented 9 years ago

Original comment by shannon....@gmail.com on 14 Sep 2009 at 2:44

GoogleCodeExporter commented 9 years ago
Closed due to lack of reponse.

Original comment by shannon....@gmail.com on 2 Nov 2009 at 8:36