This document is archived and information here might be outdated.  Recommended version.


ITableWrite Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITableWrite Interface
ArcGIS Developer Help

ITableWrite Interface

Provides access to members that control Low level Table Write. For use only by custom feature implementations that override Store. Note: the ITableWrite interface has been superseded by ITableWrite2. Please consider using the more recent version.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method DeleteRows Deletes a set of rows.
Method InsertRows A cursor that can be used to insert new rows without polymorphic object insert behavior.
Method RemoveDeletedRows Sends OnDeleted messages, deletes relationships and part objects (if composite), then calls RemoveRows.
Method RemoveRow Remove a row from the database without polymorphic object delete behavior.
Method RemoveRows Remove a set of rows from the database without polymorphic object delete behavior.
Method UpdateRows A cursor that can be used to update rows selected by the specified query without polymorphic object update behavior.
Method WriteChangedRows Sends OnChanged messages, Sends Changed Notifications to related objects, then calls WriteRows.
Method WriteMovedRows Sends OnChanged messages, sends move notifications to related objects, then calls WriteRows.
Method WriteRotatedRows Sends OnChanged messages, sends rotate notifications to related objects, then calls WriteRows.
Method WriteRow Write a row to the database without polymorphic object update behavior.
Method WriteRows Write a set of rows to the database without polymorphic object update behavior.

Classes that implement ITableWrite

Classes Description
SchematicInMemoryFeatureClass (esriSchematic) Schematic in memory feature class object.