ISetDatabase.FullPathToDatabase Property

Gets the full path to the database.
ReadOnly Property FullPathToDatabase() As String
This language is not supported or no code example is available.
string FullPathToDatabase {get;}
This language is not supported or no code example is available.

Property Value

string

A string containing the full path to the database.

Remarks
 
For SQL Server database it returns the connection string, for SQLite database it returns the full path to the file. When the path starts with "ProviderRemoteDatabaseServer" it is a SQL Server database.
Version
 
Available since QDV 7.13.482.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition