<PackageReference Include="Relativity.Server.Utility.SDK" Version="5000.0.0" />

JdbcHelper

public class JdbcHelper
Provides static methods for translating SQL server connection strings to java-based connection strings.
public JdbcHelper()

public static string ConvertFromSqlClientConnectionString(string sqlServerConnectionString)

Converts the provided connection string to its logically equivalent java database representation.

public static string ConvertFromSqlClientConnectionString(string sqlServerConnectionString, string dataSourceOverride)

Converts the provided connection string to its logically equivalent java database representation.