ESRI.ArcGIS.DataManagementTools Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
DeleteRows Class
See Also  Members  
ESRI.ArcGIS.DataManagementTools Namespace : DeleteRows Class


Deletes selected rows from the input rows.If the input rows are from a feature class or table, all rows will be deleted. If the input rows are from a layer or table view, only those rows selected in the layer will be deleted.

Syntax

Visual Basic (Declaration)  
Public Class DeleteRows 
   Implements IGPProcess 
Visual Basic (Usage) Copy Code
Dim instance As DeleteRows
C#  
public class DeleteRows : IGPProcess  

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.DataManagementTools.DeleteRows

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also