Click or drag to resize
LLBLGenProODataServiceUpdateProvider.AddReferenceToCollection Method
Adds the specified value to the collection.

Namespace:  SD.LLBLGen.Pro.ODataSupportClasses
Assembly:  SD.LLBLGen.Pro.ODataSupportClasses (in SD.LLBLGen.Pro.ODataSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void AddReferenceToCollection(
	Object targetResource,
	string propertyName,
	Object resourceToBeAdded
)

Parameters

targetResource
Type: System.Object
Target object that defines the property.
propertyName
Type: System.String
The name of the collection property to which the resource should be added..
resourceToBeAdded
Type: System.Object
The opaque object representing the resource to be added.

Implements

IUpdatable.AddReferenceToCollection(Object, String, Object)
See Also