Skip to main content

StoredProcParamCountValidationException.Expected Property

Indicates the expected number of parameters in a stored procedure.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.1.dll

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

Declaration

public int Expected { get; }

Property Value

Type Description
Int32

An integer value, specifying the expected parameter count.

See Also