DatabaseDataSourceSettings Constructor (String, String, String, Boolean) TIBCO Spotfire 6.0 API Reference
Initializes a new instance of the DatabaseDataSourceSettings class.

Namespace: Spotfire.Dxp.Data.Import
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public DatabaseDataSourceSettings(
	string provider,
	string connectionString,
	string sqlStatement,
	bool allowSavingCredentials
)

Parameters

provider
Type: System String
The invariant name of a .NET data source provider.
connectionString
Type: System String
The connection string.
sqlStatement
Type: System String
The SQL statement.
allowSavingCredentials
Type: System Boolean
Indicates if credentials in the connection string can saved in the serialized data.
See Also

System.Data.Common DbProviderFactories