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


ITableWrite.UpdateRows Method (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 > ITableWrite.UpdateRows Method
ArcGIS Developer Help

ITableWrite.UpdateRows Method

A cursor that can be used to update rows selected by the specified query without polymorphic object update behavior.

[Visual Basic .NET]
Public Function UpdateRows ( _
    ByVal QueryFilter As IQueryFilter, _
    ByVal Recycling As Boolean _
) As ICursor
[C#]
public ICursor UpdateRows (
    IQueryFilter QueryFilter,
    bool Recycling
);
[C++]
HRESULT UpdateRows(
  IQueryFilter* QueryFilter,
  VARIANT_BOOL Recycling
);
[C++]
Parameters
QueryFilter [in]

QueryFilter is a parameter of type IQueryFilter* Recycling [in]
Recycling is a parameter of type bool

Product Availability

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

See Also

ITableWrite Interface