dotConnect for SQLite Documentation
Devart.Common Namespace / DbConnectionBase Class / DataSource Property

In This Topic
DataSource Property (DbConnectionBase)
In This Topic
Gets or sets name of the server to which to connect.
Syntax
'Declaration
 
Public Overrides ReadOnly Property DataSource As String
 

Property Value

Gets or sets name of the server to which to connect. The default value is an empty string ("").
Remarks
When a value is assigned to this property, the DbConnectionBase is closed.
See Also