Skip to main content
A newer version of this page is available. .

ConnectionPropertiesPage.FileName Property

Specifies the path to a database file.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v18.2.dll

Declaration

public virtual string FileName { get; set; }

Property Value

Type Description
String

A String value, specifying the path to a database.

Remarks

This property is in effect for the following data providers.

  • Firebird
  • Microsoft Access 97
  • Microsoft Access 2007
  • Microsoft SQL Server CE
  • SAP Sybase Advantage
  • SAP Sybase SQL Anywhere
  • SQLite
  • VistaDB
  • XML file
See Also