DatabaseConnectionString Property | |
Gives a connection string for database
Namespace:
SIC.Setting
Assembly:
SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public string ConnectionString { get; }
Public ReadOnly Property ConnectionString As String
Get
Property Value
Type:
StringRemarks
Using a XML data provider then property
Server value puts value "XML" and
property value
DatabaseName puts file name
Examples
Example of property value ConnectionString. Property
IntegratedSecurity equal true.
Data Source=WIN7VIRTUALBOX\\SQLEXPRESS;Initial Catalog=SimpleApp;Integrated Security=true;
Example of property value ConnectionString. SQL database server.
Data Source=PC201302;Initial Catalog=SOWIApp;User Id=SOWIAppUser;Password=1234;
See Also