'Declaration Public Sub SetValue( _ ByVal recordIndex As Integer, _ ByVal field As String, _ ByVal value As Object _ )
'Usage Dim instance As ConnectionBase Dim recordIndex As Integer Dim field As String Dim value As Object instance.SetValue(recordIndex, field, value)
Parameters
- recordIndex
- The record index.
- field
- The field name.
- value
- Value that is to be set.