LocalView<TEntity>.CopyTo(TEntity[], Int32) Method
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)
- array
- TEntity[]
The array into which to copy entities.
- arrayIndex
- Int32
The index into the array to start copying.
See Local views of tracked entities in EF Core for more information and examples.
Proizvod | Verzije |
---|---|
Entity Framework Core | 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |
Povratne informacije o proizvodu Entity Framework
Entity Framework je projekt otvorenog koda. Odaberite vezu za slanje povratnih informacija: