Inserts an SAParameter object in the collection at the specified index.
Visual Basic Public Overrides Sub Insert( _ ByVal index As Integer, _ ByVal value As Object _ )
C# public override void Insert( int index, object value );
index The zero-based index where the parameter is to be inserted within the collection.
value The SAParameter object to add to the collection.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |