Skip to main content

StoredProcParamCountValidationException.Expected Property

Indicates the expected number of parameters in a stored procedure.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v25.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

public int Expected { get; }

Property Value

Type Description
Int32

An integer value, specifying the expected parameter count.

See Also