DbBatchCommandCollection.CopyTo(DbBatchCommand[], Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies the elements of the ICollection<T> to an Array, starting at a particular Array index.
public:
abstract void CopyTo(cli::array <System::Data::Common::DbBatchCommand ^> ^ array, int arrayIndex);
public abstract void CopyTo (System.Data.Common.DbBatchCommand[] array, int arrayIndex);
abstract member CopyTo : System.Data.Common.DbBatchCommand[] * int -> unit
Public MustOverride Sub CopyTo (array As DbBatchCommand(), arrayIndex As Integer)
Parameters
- array
- DbBatchCommand[]
The one-dimensional Array that is the destination of the elements copied from ICollection<T>. The Array must have zero-based indexing.
- arrayIndex
- Int32
The zero-based index in array
at which copying begins.
Implements
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.