EntityRef(TEntity) Constructor (IEnumerable(TEntity))
Collapse the table of content
Expand the table of content

EntityRef(Of TEntity) Constructor (IEnumerable(Of TEntity))

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of the EntityRef(Of TEntity) class by specifying the source.

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

'Declaration
Public Sub New ( _
	source As IEnumerable(Of TEntity) _
)

Parameters

source
Type: System.Collections.Generic.IEnumerable(Of TEntity)
The reference source.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft