コード例 #1
0
 public override QvxConnection CreateConnection()
 {
     try
     {
         tableFunctions = new TableFunc();
         return(new TableConnection());
     }
     catch (Exception ex)
     {
         logger.Error(ex, "The connection could not be created.");
         return(null);
     }
 }
コード例 #2
0
 public override void Init()
 {
     tableFunctions = new TableFunc();
 }