LocalView<TEntity>.CopyTo(TEntity[], 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 to an array all entities of type TEntity that are being tracked and are not marked as Deleted.
public virtual void CopyTo (TEntity[] array, int arrayIndex);
abstract member CopyTo : 'Entity[] * int -> unit
override this.CopyTo : 'Entity[] * int -> unit
Public Overridable Sub CopyTo (array As TEntity(), arrayIndex As Integer)
Parameters
- array
- TEntity[]
The array into which to copy entities.
- arrayIndex
- Int32
The index into the array to start copying.
Implements
Remarks
See Local views of tracked entities in EF Core for more information and examples.
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