ComponentOne DataObjects for .NET
ConnectionString Property (Connection)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > Connection Class : ConnectionString Property
Gets or sets the string used to connect to a database.
Syntax
'Declaration
 
Public Property ConnectionString As System.String
public System.string ConnectionString {get; set;}
Remarks
Connection string includes provider name (only for OLE DB connections), data source name, database name, connection timeout, user ID, password and other required and optional parameters for establishing database connection. It contains all information necessary to open the database.
See Also

Reference

Connection Class
Connection Members