Back to Devexpress

ValidateDashboardCustomSqlQueryEventArgs.ConnectionName Property

dashboard-devexpress-dot-dashboardcommon-dot-validatedashboardcustomsqlqueryeventargs-0a3c14cc.md

latest1.4 KB
Original Source

ValidateDashboardCustomSqlQueryEventArgs.ConnectionName Property

Gets the name of the connection to the data source containing a custom SQL query.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public string ConnectionName { get; }
vb
Public ReadOnly Property ConnectionName As String

Property Value

TypeDescription
String

A String that is the name of the connection to the data source containing a custom SQL query.

|

See Also

ValidateDashboardCustomSqlQueryEventArgs Class

ValidateDashboardCustomSqlQueryEventArgs Members

DevExpress.DashboardCommon Namespace