Back to Devexpress

EFConnectionParameters.ConnectionString Property

corelibraries-devexpress-dot-dataaccess-dot-entityframework-dot-efconnectionparameters-478fb608.md

latest1.4 KB
Original Source

EFConnectionParameters.ConnectionString Property

Specifies a connection string used by an Entity Framework data source to establish connection to data.

Namespace : DevExpress.DataAccess.EntityFramework

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
[DefaultValue(null)]
public string ConnectionString { get; set; }
vb
<DefaultValue(Nothing)>
Public Property ConnectionString As String

Property Value

TypeDefaultDescription
Stringnull

A String value, specifying the connection string.

|

See Also

EFConnectionParameters Class

EFConnectionParameters Members

DevExpress.DataAccess.EntityFramework Namespace