Ejemplo n.º 1
0
 public static bool CheckSQLServerConnection()
 {
     return(TechnicalSettings.UseOnlineMode
         ? Remoting.CheckSQLServerConnection()
         : Standard.CheckSQLServerConnection());
 }
Ejemplo n.º 2
0
 public static bool CheckSQLServerConnection()
 {
     return(Standard.CheckSQLServerConnection());
 }