Gets and sets the SAParameter object at the specified index.
Visual Basic Public Property Item ( _ ByVal index As Integer _ ) As SAParameter
C# public SAParameter this [ int index ] { get; set; }
index The zero-based index of the parameter to retrieve.
The SAParameter at the specified index.
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 |