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




in_base_table
The Input Base Table is compared with the Input Test Table. The Input Base Table refers to tabular data that you have declared valid. This base data has the correct field definitions and attribute values. (In, Required)
in_test_table
The Input Test Table is compared against the Input Base Table. The Input Test Table refers to data that you have made changes to by editing or compiling new fields, new records, or new attribute values. (In, Required)
sort_field
The field or fields used to sort records in the Input Base Table and the Input Test Table. The records are sorted in ascending order. Sorting by a common field in both the Input Base Table and the Input Test Table ensures that you are comparing the same row from each input dataset. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_base_table As Object, _
   ByVal in_test_table As Object, _
   ByVal sort_field As Object _
)
Visual Basic (Usage)Copy Code
Dim in_base_table As Object
Dim in_test_table As Object
Dim sort_field As Object
 
Dim instance As TableCompare(in_base_table, in_test_table, sort_field)
C# 
public TableCompare( 
   object in_base_table,
   object in_test_table,
   object sort_field
)

Parameters

in_base_table
The Input Base Table is compared with the Input Test Table. The Input Base Table refers to tabular data that you have declared valid. This base data has the correct field definitions and attribute values. (In, Required)
in_test_table
The Input Test Table is compared against the Input Base Table. The Input Test Table refers to data that you have made changes to by editing or compiling new fields, new records, or new attribute values. (In, Required)
sort_field
The field or fields used to sort records in the Input Base Table and the Input Test Table. The records are sorted in ascending order. Sorting by a common field in both the Input Base Table and the Input Test Table ensures that you are comparing the same row from each input dataset. (In, Required)

See Also

© 2010 All Rights Reserved.