Adds an array of values to the end of the ULParameterCollection.
Visual Basic Public Sub AddRange( _ ByVal values As ULParameter() _ )
C# public void AddRange( ULParameter[] values );
values An array of ULParameter objects to add to the end of this collection.
This is the strongly-typed version of DbParameterCollection.AddRange(Array).
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |