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


ITableDataCallback2.TableUpdate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributedUI > ESRI.ArcGIS.GeoDatabaseUI > Interfaces > IT > ITableDataCallback2 Interface > ITableDataCallback2.TableUpdate Method
ArcGIS Developer Help

ITableDataCallback2.TableUpdate Method

Returns a update cursor on the table.

[Visual Basic .NET]
Public Function TableUpdate ( _
    ByVal pQueryFilter As IQueryFilter, _
    ByVal recycling As Boolean _
) As ICursor
[C#]
public ICursor TableUpdate (
    IQueryFilter pQueryFilter,
    bool recycling
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITableDataCallback2 Interface