ObjectParameterCollection.CopyTo(ObjectParameter[], 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.
Allows the parameters in the collection to be copied into a supplied array, starting with the object at the specified index.
public void CopyTo (System.Data.Entity.Core.Objects.ObjectParameter[] array, int arrayIndex);
abstract member CopyTo : System.Data.Entity.Core.Objects.ObjectParameter[] * int -> unit
override this.CopyTo : System.Data.Entity.Core.Objects.ObjectParameter[] * int -> unit
Public Sub CopyTo (array As ObjectParameter(), arrayIndex As Integer)
Parameters
- array
- ObjectParameter[]
The array into which to copy the parameters.
- arrayIndex
- Int32
The index in the array at which to start copying the parameters.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework