Click or drag to resize
LLBLGenProODataServiceUpdateProvider Class
Class which provides CUD support (insert/update/delete for WCF Data Services.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ODataSupportClassesLLBLGenProODataServiceUpdateProvider

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 class LLBLGenProODataServiceUpdateProvider : IDataServiceUpdateProvider, 
	IUpdatable

The LLBLGenProODataServiceUpdateProvider type exposes the following members.

Constructors
  NameDescription
Public methodLLBLGenProODataServiceUpdateProvider
Initializes a new instance of the LLBLGenProODataServiceUpdateProvider class.
Top
Methods
  NameDescription
Public methodAddReferenceToCollection
Adds the specified value to the collection.
Public methodClearChanges
Cancels a change to the data.
Public methodCreateResource
Creates the resource of the specified type and that belongs to the specified container.
Public methodDeleteResource
Deletes the specified resource.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetResource
Gets the resource of the specified type identified by a query and type name.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Gets the value of the specified property on the target object.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveReferenceFromCollection
Removes the specified value from the collection.
Public methodResetResource
Updates the resource identified by the parameter resource.
Public methodResolveResource
Returns the instance of the resource represented by the specified resource object.
Public methodSaveChanges
Saves all the changes that have been made by using the IUpdatable APIs.
Public methodSetConcurrencyValues
Supplies the eTag value for the given entity resource.
Public methodSetReference
Sets the value of the specified reference property on the target object.
Public methodSetValue
Sets the value of the property with the specified name on the target resource to the specified property value.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
Code based on original templates made by Brian Chance
See Also