This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITableWrite Interface > ITableWrite.UpdateRows Method (ArcObjects .NET 10.5 SDK) |
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