ASA Programming Guide
Adaptive Server Anywhere .NET Data Provider API Reference
AsaParameter class
The name of the AsaParameter.
string ParameterName
Read-write
IDataParameter.ParameterName
The Adaptive Server Anywhere .NET data provider uses positional parameters that are marked with a question mark (?) instead of named parameters.
The default is an empty string.