Parameters property

Description

A collection of parameters for the current statement. Use the @name parameter or question marks in the CommandText to indicate parameters.

Syntax

AseParameterCollection Parameters

Access

Read-only

Property Value

The parameters of the SQL statement or stored procedure. The default value is an empty collection.

Usage

See also

“AseParameterCollection class”.