IClrCollectionAccessor.Add(Object, Object, Boolean) 方法

定义

向导航属性集合添加值,除非它已包含在集合中。

public bool Add (object entity, object value, bool forMaterialization);
abstract member Add : obj * obj * bool -> bool
Public Function Add (entity As Object, value As Object, forMaterialization As Boolean) As Boolean

参数

entity
Object

实体实例。

value
Object

要相加的值。

forMaterialization
Boolean

如果为 true,则会在查询具体化过程中添加该值。

返回

true 如果已添加值,则为 ; false 如果已在集合中,则为 。

适用于