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

DataSourceFillErrorEventArgs.ConnectionName Property

Specifies the name of the JSON data source connection that was used when the FillError event occurred.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public string ConnectionName { get; }

Property Value

Type Description
String

The name of the connection that was used when the FillError event occurred.

See Also