FireBirdConnectionParameters.FileName Property
Gets or sets the path to a database file.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
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