EntityReference<TEntity>.Value 属性

定义

获取或设置此 EntityReference<TEntity> 返回的相关对象。

public:
 property TEntity Value { TEntity get(); void set(TEntity value); };
public TEntity Value { get; set; }
member this.Value : 'Entity with get, set
member this.Value : 'Entity with get, set
Public Property Value As TEntity

属性值

TEntity

EntityReference<TEntity> 返回的对象。

注解

如果设置的值和当前值相同,则不赋值。

适用于