Example #1
0
 public static bool CheckSQLServerConnection()
 {
     return(TechnicalSettings.UseOnlineMode
         ? Remoting.CheckSQLServerConnection()
         : Standard.CheckSQLServerConnection());
 }
 public static bool CheckSQLServerConnection()
 {
     return(Standard.CheckSQLServerConnection());
 }