ArcGIS Developer Help  (GeoDatabase)    

ITable.UpdateSearchedRows Method

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

[Visual Basic 6.0]
Sub UpdateSearchedRows(
    ByVal QueryFilter As IQueryFilter, _
    ByVal buffer As IRowBuffer _
)
[Visual Basic .NET]
Public Sub UpdateSearchedRows ( _
    ByVal QueryFilter As IQueryFilter, _
    ByVal buffer As IRowBuffer _
)
[C#]
public void UpdateSearchedRows (
    IQueryFilter QueryFilter,
    IRowBuffer buffer
);
[Java]
public void updateSearchedRows (
    IQueryFilter QueryFilter,
    IRowBuffer buffer
)
throws
    IOException,
    AutomationException
[C++]
HRESULT UpdateSearchedRows(
  IQueryFilter* QueryFilter,
  IRowBuffer* buffer
);
[C++]

Parameters

QueryFilter [in]

  QueryFilter is a parameter of type IQueryFilter

buffer [in]

  buffer is a parameter of type IRowBuffer

Product Availability

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

Remarks

All edits to features that participate in a Topology or Geometric Network must be performed within an edit session and bracketed within an edit operation.

See Also

ITable Interface

 


Feedback Send feedback on this page