EntityRef(Of TEntity) Constructor
.NET Framework (current version)
Initializes a new instance of the EntityRef(Of TEntity) class.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
| Name | Description | |
|---|---|---|
![]() | EntityRef(Of TEntity)(TEntity) | Initializes a new instance of the EntityRef(Of TEntity) class by specifying the target entity. |
![]() | EntityRef(Of TEntity)(EntityRef(Of TEntity)) | Initializes a new instance of the EntityRef(Of TEntity) class by referencing the target entity. |
![]() | EntityRef(Of TEntity)(IEnumerable(Of TEntity)) | Initializes a new instance of the EntityRef(Of TEntity) class by specifying the source. |
Show:
