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

StoredProcParamCountValidationException.Actual Property

Indicates the actual number of parameters in a stored procedure.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public int Actual { get; }

Property Value

Type Description
Int32

An integer value, specifying the actual parameter count.

See Also