Click or drag to resize
LLBLGenProODataServiceUpdateProviderRemoveReferenceFromCollection 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: SystemObject
The target object that defines the property.
propertyName
Type: SystemString
The name of the property whose value needs to be updated.
resourceToBeRemoved
Type: SystemObject
The property value that needs to be removed.

Implements

IUpdatableRemoveReferenceFromCollection(Object, String, Object)
See Also