LessThanDateTimeExpression constructor

LessThanDateTimeExpression(
  1. Expression<DateTime> left,
  2. Expression<DateTime> right
)

Implementation

LessThanDateTimeExpression(this.left, this.right);