ComponentOne DataObjects for .NET
ConnectionString Property (C1ExpressTable)

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressTable Class : ConnectionString Property
Gets or sets the connection string used to connect to the database.
Syntax
'Declaration
 
Public Property ConnectionString As System.String
public System.string ConnectionString {get; set;}
Remarks
This property only applies to a stand-alone C1ExpressTable (ConnectionComponent property not set).

If the ConnectionComponent property is set, this property always returns empty string, because database connection is managed by the ConnectionComponent component.

See Also

Reference

C1ExpressTable Class
C1ExpressTable Members