Skip to main content
A newer version of this page is available. .

StoredProcParamCountValidationException.Expected Property

Indicates the expected number of parameters in a stored procedure.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public int Expected { get; }

Property Value

Type Description
Int32

An integer value, specifying the expected parameter count.

See Also