| LLBLGenProDataSourceView2ExecuteUpdate Method  | 
 
            Performs an update operation on the list of data that the 
DataSourceView object represents.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.3.0.0 (5.3.0)
Syntaxprotected override int ExecuteUpdate(
	IDictionary keys,
	IDictionary values,
	IDictionary oldValues
)
Protected Overrides Function ExecuteUpdate ( 
	keys As IDictionary,
	values As IDictionary,
	oldValues As IDictionary
) As Integer
Parameters
- keys
 - Type: System.CollectionsIDictionary
An IDictionary of object or row keys to be updated by the update operation. - values
 - Type: System.CollectionsIDictionary
An IDictionary of name/value pairs that represent data elements and their new values. - oldValues
 - Type: System.CollectionsIDictionary
An IDictionary of name/value pairs that represent data elements and their original values. 
Return Value
Type: 
Int32
            The number of items that were updated in the underlying data storage.
            
Exceptions
See Also