Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SqlNode"/> class.
 /// </summary>
 /// <param name="src">the source.</param>
 public SqlNode(ScriptDom.TSqlFragment src)
 {
     this.Analyse            = new OfaSchlupfer.MSSQLReflection.SqlCode.AnalyseNodeState(this);
     this.SourceTSqlFragment = src;
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SqlNode"/> class.
 /// </summary>
 public SqlNode()
 {
     this.Analyse = new OfaSchlupfer.MSSQLReflection.SqlCode.AnalyseNodeState(this);
 }