Exemple #1
0
 public IExpressionJoin <T, TQ> NotStartsWith(string str)
 {
     _parent.Add(QueryMaker.NotStartsWith(_propertyName, Prepare(str)));
     return(new ExpressionJoin <T, TQ>(_parent, _q));
 }