ParameterName property

The name of the AseParameter.

Syntax

string ParameterName

Access

Read-write

Implements

IDataParameter.ParameterName

Usage

  • Adaptive Server ADO.NET Data Provider uses positional parameters that are indicated with the @name parameter.

  • The default is an empty string.

  • Output parameters (whether prepared or not) must have a user-specified datatype.