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