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


ITable.DeleteSearchedRows Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITable.DeleteSearchedRows Method

Delete the Rows in the database selected by the specified query.

[Visual Basic .NET]
Public Sub DeleteSearchedRows ( _
    ByVal QueryFilter As IQueryFilter _
)
[C#]
public void DeleteSearchedRows (
    IQueryFilter QueryFilter
);
[C++]
HRESULT DeleteSearchedRows(
  IQueryFilter* QueryFilter
);
[C++]

Parameters QueryFilter [in]
QueryFilter is a parameter of type IQueryFilter

Product Availability

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

See Also

ITable Interface

.NET Related Topics

Updating features