EntityRef(Of TEntity) Constructor (EntityRef(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 referencing the target entity.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- entityRef
- Type: System.Data.Linq.EntityRef(Of TEntity)
The target entity.
Show: