Skip to main content

EFDataConnection.StoreConnectionNameOnly Property

Specifies whether to store connection settings in addition to the data connection name.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

[Browsable(false)]
public bool StoreConnectionNameOnly { get; set; }

Property Value

Type Description
Boolean

true to store only the name of a data connection; otherwise false.

See Also