Provides access to members used for getting and modifying a rows values and for getting the fields in the row.
Members
| Name | Description | |
|---|---|---|
![]() |
Fields | The fields Collection for this row buffer. |
![]() |
Value | The value of the field with the specified index. |
![]() |
ValueCopy | A cloned copy of the value of the field with the specified index. |
IRowBuffer2.ValueCopy Property
A cloned copy of the value of the field with the specified index.
Public Function get_ValueCopy ( _
ByVal Index As Integer _
) As Object
public object get_ValueCopy (
int Index
);
Inherited Interfaces
| Interfaces | Description |
|---|---|
| IRowBuffer | Provides access to members used for getting and modifying a rows values and for getting the fields in the row. |
Classes that implement IRowBuffer2
| Classes | Description |
|---|

