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




in_rows
The feature class, layer, table, or table view whose rows will be deleted. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_rows As Object _
)
Visual Basic (Usage)Copy Code
Dim in_rows As Object
 
Dim instance As DeleteRows(in_rows)
C# 
public DeleteRows( 
   object in_rows
)

Parameters

in_rows
The feature class, layer, table, or table view whose rows will be deleted. (In, Required)

See Also

© 2010 All Rights Reserved.