private static bool IsAzureServer() => DataTestUtility.IsAzureSqlServer(new SqlConnectionStringBuilder((DataTestUtility.TcpConnStr)).DataSource);
Example #2
0
 private static bool IsAzureServer() => DataTestUtility.IsAzureSqlServer(GetDataSource());