IDataRecordChanger.SetValue(Int32, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- value
- Object
An Object system object value that specifies the value to set the field at the specified position.