Gets and sets the name of the SAParameter.
Visual Basic Public Overrides Property ParameterName As String
C# 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.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |