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

kCura.Data.RowDataGateway.ConnectionData

public class ConnectionData
A databag representing SQL connection information.
public string Database { get; set; }

Gets or sets the SQL server database name.

public bool IsValid { get; }

public string Password { get; set; }

Gets or sets the SQL server password.

public string Server { get; set; }

Gets or sets the SQL server name.

public string Username { get; set; }

Gets or sets the SQL server user name.

public ConnectionData()

public static ConnectionData GetConnectionDataWithCurrentCredentials(string server, string database)

Gets a new instance of ConnectionData using the provided server and database and the configured MasterDatabaseUserName and ConnectionString.