EntitySet<TEntity>::SetSource Method (IEnumerable<TEntity>^)

 

Sets the source of the EntitySet<TEntity>.

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

public:
void SetSource(
	IEnumerable<TEntity>^ entitySource
)

Parameters

entitySource
Type: System.Collections.Generic::IEnumerable<TEntity>^

The source of the EntitySet<TEntity>.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: