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 ITableCrud 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 name of the table
- parameters
- The parameters to use for the where clause
- compositeKeys
- A list of composite keys