ComponentOne DataObjects for .NET
DataSource Property (C1ExpressTable)

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressTable Class : DataSource Property
Gets the location and file name of the data source.
Syntax
'Declaration
 
Public ReadOnly Property DataSource As System.String
public System.string DataSource {get;}
Remarks
The connection string determines the value of this property. If the ConnectionComponent property is set, it is determined by ConnectionComponent.Database. The default value is an empty string.
See Also

Reference

C1ExpressTable Class
C1ExpressTable Members