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.2.dll

Declaration

public int Expected { get; }

Property Value

Type Description
Int32

An integer value, specifying the expected parameter count.

See Also