Click or drag to resize
LLBLGenProODataServiceUpdateProviderResetResource Method
Updates the resource identified by the parameter resource.

Namespace:  SD.LLBLGen.Pro.ODataSupportClasses
Assembly:  SD.LLBLGen.Pro.ODataSupportClasses (in SD.LLBLGen.Pro.ODataSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public Object ResetResource(
	Object resource
)

Parameters

resource
Type: SystemObject
The resource to be updated.

Return Value

Type: Object

Implements

IUpdatableResetResource(Object)
See Also