ParameterName property

Gets and sets the name of the SAParameter.

Visual Basic syntax

Public Overrides Property ParameterName As String

C# syntax

public override string ParameterName {get;set;}

Remarks

The default is an empty string.

The SQL Anywhere .NET Data Provider uses positional parameters that are marked with a question mark (?) instead of named parameters.