DbParameterCollection.CopyTo(Array, Int32) 方法
定义
将项的数组复制到从指定索引开始的集合。Copies an array of items to the collection starting at the specified index.
public:
abstract void CopyTo(Array ^ array, int index);
public abstract void CopyTo (Array array, int index);
abstract member CopyTo : Array * int -> unit
Public MustOverride Sub CopyTo (array As Array, index As Integer)
参数
- array
- Array
要复制到集合的项数组。The array of items to copy to the collection.
- index
- Int32
要复制项的集合中的索引。The index in the collection to copy the items.