예제 #1
0
파일: StringFilter.cs 프로젝트: rusith/OPS
 public IExpressionJoin <T, TQ> StartsWith(string str)
 {
     _parent.Add(QueryMaker.StartsWith(_propertyName, Prepare(str)));
     return(new ExpressionJoin <T, TQ>(_parent, _q));
 }