コード例 #1
0
ファイル: OLEDBSource.cs プロジェクト: mosamy/vulcan
 public OleDBSource(LoweringContext context, AstNode astNode) : base(context, astNode as AstTransformationNode)
 {
     _paramDictionary    = new Dictionary <string, Variable>();
     _astQuerySourceNode = astNode as AstQuerySourceNode;
 }