Gets and sets the SAParameter object at the specified index.
Visual Basic Public Property Item ( _ ByVal parameterName As String _ ) As SAParameter
C# public SAParameter this [ string parameterName ] { get; set; }
parameterName The name of the parameter to retrieve.
The SAParameter object with the specified name.
In C#, this property is the indexer for the SAParameterCollection object.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |