SetValue(Int32,Object) Method
In This Topic
Sets the value of the column at the specified ordinal.
Syntax
'Declaration
Public Overloads Overrides NotOverridable Sub SetValue( _
ByVal As Integer, _
ByVal As Object _
)
public override void SetValue(
int ,
object
)
Parameters
- i
- Zero-based index of the column.
- value
- Column value.
See Also