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

EFDataConnection.StoreConnectionNameOnly Property

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

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v18.2.dll

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