Skip to main content

DataProviderBase.DataConnection Property

Returns the SQL data connection settings.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

[Browsable(false)]
public SqlDataConnection DataConnection { get; }

#Property Value

Type Description
SqlDataConnection

A SqlDataConnection object.

See Also