Back to Devexpress

DataConnectionBase.HasConnectionString Property

corelibraries-devexpress-dot-dataaccess-dot-dataconnectionbase-6264135a.md

latest1.2 KB
Original Source

DataConnectionBase.HasConnectionString Property

Specifies whether the connection string has been assigned to the data connection.

Namespace : DevExpress.DataAccess

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public bool HasConnectionString { get; }
vb
Public ReadOnly Property HasConnectionString As Boolean

Property Value

TypeDescription
Boolean

true if the connection string has already been specified; otherwise false.

|

See Also

DataConnectionBase Class

DataConnectionBase Members

DevExpress.DataAccess Namespace