'Declaration Public Overridable Sub Update( _ ByVal recordIndex As Integer, _ ByVal record As Object _ )
'Usage Dim instance As ConnectionBase Dim recordIndex As Integer Dim record As Object instance.Update(recordIndex, record)
public virtual void Update( int recordIndex, object record )
Parameters
- recordIndex
- The record index.
- record
- The record to be updated.