IRowBuffer2 Interface

Provides access to members used for getting and modifying a rows values and for getting the fields in the row.

Members

Name Description
Read-only property Fields The fields Collection for this row buffer.
Read/write property Value The value of the field with the specified index.
Read-only property 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.