Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • ValidateSqlEventArgs.ConnectionParameters Property

    Gets parameters used to establish a connection to the data source containing a custom SQL query.

    Namespace: DevExpress.Snap

    Assembly: DevExpress.Snap.v21.2.Core.dll

    NuGet Package: DevExpress.Snap.Core

    Declaration

    public DataConnectionParametersBase ConnectionParameters { get; }

    Property Value

    Type Description
    DataConnectionParametersBase

    A DataConnectionParametersBase descendant containing settings used to establish a data connection.

    See Also