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 );
Parameters
QueryFilter [in]
QueryFilter is a parameter of type IQueryFilter
buffer [in]
buffer is a parameter of type IRowBuffer
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.