TurboDB ADO.NET Data Provider TurboDBConnection.DataSource Property |
Previous Top Next |
Indicates the TurboDB data source to connect with.
C#
public string DataSource {get;}
Notes
As of .NET Framework 2.0, DataSource is a read-only property because of its inheritance. In order to connect to a database you must set the ConnectionString property. The DataSource property will then indicate the database file or the database directory.
See also
TurboDBConnection class | TurboDBConnection members | Database connections | Single-file databases and database directories