Click or drag to resize
LLBLGenProODataServiceUpdateProvider.RemoveReferenceFromCollection Method
Removes the specified value from 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 RemoveReferenceFromCollection(
	Object targetResource,
	string propertyName,
	Object resourceToBeRemoved
)

Parameters

targetResource
Type: System.Object
The target object that defines the property.
propertyName
Type: System.String
The name of the property whose value needs to be updated.
resourceToBeRemoved
Type: System.Object
The property value that needs to be removed.

Implements

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