Ejemplo n.º 1
0
 public DateTimeExpression AddMonth(Int32Expression n)
 {
     return(SqlExtensionMethods.AddMonth(this, n));
 }