Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
将值数组添加到 SAParameterCollection 的尾部。
Visual Basic Public Overrides Sub AddRange( _ ByVal values As Array _ )
C# public override void AddRange( Array values );
values 要添加的值。