Click or drag to resize
LLBLGenProODataServiceUpdateProviderAddReferenceToCollection 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: SystemObject
Target object that defines the property.
propertyName
Type: SystemString
The name of the collection property to which the resource should be added..
resourceToBeAdded
Type: SystemObject
The opaque object representing the resource to be added.

Implements

IUpdatableAddReferenceToCollection(Object, String, Object)
See Also