This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITemporalTable Interface > ITemporalTable.Update Method (ArcObjects .NET 10.5 SDK) |
Returns a cursor that can be used to update Rows selected by the specified query.
[Visual Basic .NET] Public Function Update ( _ ByVal QueryFilter As IQueryFilter, _ ByVal Recycling As Boolean _ ) As ICursor
[C#] public ICursor Update ( IQueryFilter QueryFilter, bool Recycling );
[C++]
HRESULT Update(
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