kCura.Data.RowDataGateway.ConnectionData
A databag representing SQL connection information.
Gets or sets the SQL server database name.
Gets or sets the SQL server password.
Gets or sets the SQL server name.
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.