コード例 #1
0
 public void Append <T>(WhereClip <T> whereFunc)
 {
     this.AppendWhereExpression(false, whereFunc.Expression);
 }