public OleDBSource(LoweringContext context, AstNode astNode) : base(context, astNode as AstTransformationNode) { _paramDictionary = new Dictionary <string, Variable>(); _astQuerySourceNode = astNode as AstQuerySourceNode; }