Assign Method

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.

Namespace:  System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public void Assign(
	IEnumerable<TEntity> entitySource
)

Parameters

entitySource
Type: System.Collections.Generic.IEnumerable<TEntity>
The collection to assign.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft