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


ITableWrite.UpdateRows Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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,
  ICursor** Cursor
);
[C++]

Parameters QueryFilter [in]
QueryFilter is a parameter of type IQueryFilter Recycling [in] Recycling is a parameter of type VARIANT_BOOL Cursor [out, retval]
Cursor is a parameter of type ICursor

Product Availability

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

See Also

ITableWrite Interface