IObject Interface

Provides access to the class the row belongs to.

Members

Name Description
Read-only property Class The Object Class for the row.
Method Delete Deletes the row.
Read-only property Fields The fields Collection for this row buffer.
Read-only property HasOID Indicates if the row has an OID.
Read-only property OID The OID for the row.
Method Store Stores the row.
Read-only property Table The Table for the row.
Read/write property Value The value of the field with the specified index.

IObject.Class Property

The Object Class for the row.

Public ReadOnly Property Class As IObjectClass
public IObjectClass Class {get;}

Inherited Interfaces

Interfaces Description
IRow Provides access to members that return information about the row, the table the row belongs to and storing and deleting the row.
IRowBuffer Provides access to members used for getting and modifying a rows values and for getting the fields in the row.

Classes that implement IObject

Classes Description

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