Skip to main content

StoredProcParamCountValidationException.Actual Property

Indicates the actual number of parameters in a stored procedure.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public int Actual { get; }

Property Value

Type Description
Int32

An integer value, specifying the actual parameter count.

See Also