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.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |