Skip to main content

StoredProcParamTypeValidationException.Expected Property

Indicates the expected parameter type.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.2.dll

Declaration

public string Expected { get; }

Property Value

Type Description
String

A String value, specifying the expected parameter type.

See Also