SqlCeConnectionFactory.DatabaseDirectory Property

Definition

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

Property Value

Applies to