コード例 #1
0
 public AmlEditorHelper() : base()
 {
     this.SoapAction = "ApplyAML";
     _sql            = new SqlCompletionHelper(this);
 }
コード例 #2
0
 public SqlEditorHelper(SqlConnection conn)
 {
   _sql = new SqlCompletionHelper(SqlMetadata.Cached(conn));
 }
コード例 #3
0
 public SqlEditorHelper(SqlConnection conn)
 {
     _sql = new SqlCompletionHelper(SqlMetadata.Cached(conn));
 }
コード例 #4
0
 public AmlEditorHelper() : base()
 {
   this.SoapAction = "ApplyAML";
   _sql = new SqlCompletionHelper(this);
 }