EntityRef<TEntity> Struct
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides for deferred loading and relationship maintenance for the singleton side of a one-to-many relationship in a LINQ to SQL application.
generic <typename TEntity>
where TEntity : classpublic value class EntityRef
public struct EntityRef<TEntity> where TEntity : class
type EntityRef<'Entity (requires 'Entity : null)> = struct
Public Structure EntityRef(Of TEntity)
- TEntity
The type of the target entity.
- Inheritance
This class is used in combination with EntitySet<TEntity>.
Entity |
Initializes a new instance of the EntityRef<TEntity> class by referencing the target entity. |
Entity |
Initializes a new instance of the EntityRef<TEntity> class by specifying the source. |
Entity |
Initializes a new instance of the EntityRef<TEntity> class by specifying the target entity. |
Entity |
Gets or sets the target entity. |
Has |
Gets a value that indicates whether the target has been loaded or assigned. |
Product | Versions |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: