Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere .NET 2.0 API reference » iAnywhere.Data.SQLAnywhere namespace (.NET 2.0) » SAParameter class

 

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