SqlCeConnectionFactory.DatabaseDirectory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The path to prepend to the database name that will form the file name used by SQL Server Compact Edition when it creates or reads the database file. The default value is "|DataDirectory|", which means the file will be placed in the designated data directory.
public string DatabaseDirectory { get; }
member this.DatabaseDirectory : string
Public ReadOnly Property DatabaseDirectory As String