IDataRecordChanger.SetValue(Int32, Object) Method

Definition

Sets a value in the specified position.

public:
 void SetValue(int ordinal, System::Object ^ value);
public void SetValue (int ordinal, object value);
abstract member SetValue : int * obj -> unit
Public Sub SetValue (ordinal As Integer, value As Object)

Parameters

ordinal
Int32

An Int32 value that specifies the index position at which to set the value.

value
Object

An Object system object value that specifies the value to set the field at the specified position.

Examples

Readme_Tracer

Applies to