Contains the methods to create the various DbExpression types.
 /// <summary>
 /// Initializes a new instance of the <see cref="DbExpressionVisitor"/> class.
 /// </summary>
 public DbExpressionVisitor()
 {
     ExpressionFactory = new DbExpressionFactory();
 }