Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Gets and sets the name of the SAParameter.
Public Overrides Property ParameterName As String
public override string ParameterName {get;set;}
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.