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

 

Initializes a new instance of the EntityRef(Of TEntity) class by referencing the target entity.

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

Public Sub New (
	entityRef As EntityRef(Of TEntity)
)

Parameters

entityRef
Type: System.Data.Linq.EntityRef(Of TEntity)

The target entity.

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