EntitySet<TEntity>.Assign Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Assigns an EntitySet<TEntity> collection to another EntitySet<TEntity> collection.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- entitySource
- Type: System.Collections.Generic.IEnumerable<TEntity>
The collection to assign.
Show: