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

FireBirdConnectionParameters.FileName Property

Gets or sets the path to a database file.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public string FileName { get; set; }

Property Value

Type Description
String

A String that specifies the path to a database file.

Remarks

The FileName property is in effect only if the connection is established to an embedded database (the FireBirdConnectionParameters.ConnectionType property is set to FireBirdConnectionType.Embedded).

To provide user credentials, use the FireBirdConnectionParameters.UserName and FireBirdConnectionParameters.Password properties.

See Also