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