Overloads Function Update( _ ByVal tableName As String, _ ByVal parameters As Dictionary(Of String,Object), _ ByVal compositeKeys As Dictionary(Of String,Object) _ ) As Integer
Dim instance As IDataHelper Dim tableName As String Dim parameters As Dictionary(Of String,Object) Dim compositeKeys As Dictionary(Of String,Object) Dim value As Integer value = instance.Update(tableName, parameters, compositeKeys)
int Update( string tableName, Dictionary<string,object> parameters, Dictionary<string,object> compositeKeys )
Parameters
- tableName
- The table to update
- parameters
- What to update
- compositeKeys
- The primary key values
Return Value
Number of records updated