Exemple #1
0
 public IExpressionJoin <T, TQ> IsNull(bool isNull)
 {
     _parent.Add(isNull ? QueryMaker.IsNull(_propertyName) : QueryMaker.IsNotNull(_propertyName));
     return(new ExpressionJoin <T, TQ>(_parent, _q));
 }