ParameterName property

Gets and sets the name of the SAParameter.

Syntax
Visual Basic

Public Overrides Property ParameterName As String
C#

public override string  ParameterName  { get; set; }
Property value

The default is an empty string.

Remarks

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

See also