| 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.1.0.0 (5.1.0)
Syntaxpublic void RemoveReferenceFromCollection(
	Object targetResource,
	string propertyName,
	Object resourceToBeRemoved
)
Public Sub RemoveReferenceFromCollection ( 
	targetResource As Object,
	propertyName As String,
	resourceToBeRemoved As Object
)
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