EntityRef<TEntity> Constructor (IEnumerable<TEntity>^)

 

Initializes a new instance of the EntityRef<TEntity> class by specifying the source.

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

public:
EntityRef(
	IEnumerable<TEntity>^ source
)

Parameters

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

The reference source.

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