public void Modify( Table table, long oid, Dictionary<string,object> attributes )
Public Overloads Sub Modify( _ ByVal table As Table, _ ByVal oid As Long, _ ByVal attributes As Dictionary(Of String,Object) _ )
Parameters
- table
- The table of the row to update.
- oid
- The oid of the row to update.
- attributes
- The attribute values to update (by field name).