EntityRef(Of TEntity) Constructor

 

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

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

NameDescription
System_CAPS_pubmethodEntityRef(Of TEntity)(TEntity)

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

System_CAPS_pubmethodEntityRef(Of TEntity)(EntityRef(Of TEntity))

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

System_CAPS_pubmethodEntityRef(Of TEntity)(IEnumerable(Of TEntity))

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

Return to top
Show: