How can I do something like this using clearscript ....
at runtime i only know what T will be ... not during compile time ...
at runtime i only know what T will be ... not during compile time ...
public virtual List<T> FindBy(System.Linq.Expressions.Expression<Func<T, bool>> predicate)