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




The following tables list the members exposed by TableCompare.

Public Constructors

 NameDescription
Public ConstructorTableCompare ConstructorOverloaded. Constructor that takes all required parameters for geoprocessor execution.  
Top

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertyattribute_tolerancesThe numeric value that determines the range in which attribute values are considered equal. This only applies to numeric field types. (In, Optional)  
Public Propertycompare_statusCompare Status (out, Optional)  
Public Propertycompare_typeThe comparison type. ALL is the default. The default will compare all properties of the tables being compared. (In, Optional)  
Public Propertycontinue_compareIndicates whether to compare all properties after encountering the first mismatch. (In, Optional)  
Public Propertyignore_optionsThese properties will not be compared during comparison. (In, Optional)  
Public Propertyin_base_tableThe 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)  
Public Propertyin_test_tableThe 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)  
Public Propertyomit_fieldThe field or fields that will be omitted during comparison. The field definitions and the tabular values for these fields will be ignored. (In, Optional)  
Public Propertyout_compare_fileThis file will contain all similarities and differences between the Input Base Table and the Input Test Table. This file is a comma-delimited text file which can be viewed and used as a table in ArcGIS. (Out, Optional)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public Propertysort_fieldThe 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)  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Top

See Also

© 2010 All Rights Reserved.