The Row type exposes the following members.

Properties

  NameDescription
Geometry
Gets the geometry stored in the SHAPE column for the Row. This property only applies to geodatabase feature classes and shapefiles which are capable of storing vector data.
HasObjectIDColumn
Gets a value indicating whether the Table has a geodatabase-managed, unique identifier column. Typically this is the OBJECTID column for geodatabase tables/feature classes, the FID column for shapefiles and OID column for dBase tables.
ObjectID
Gets the value from the geodatabase-managed column which uniquely identifies the Row. Typically this is value stored in the OBJECTID column for geodatabase tables/feature classes, the FID column for shapefiles and OID column for dBase tables.
Table
Gets the Table in which the Row is contained.
Values
Gets a collection of all values stored for the Row, one for each column in the table.

See Also