Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Adds an array of values to the end of the SAParameterCollection.
Visual BasicPublic Overrides Sub AddRange( _ ByVal values As Array _)
C#public override void AddRange( Array values);
values The values to add.