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




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)

Syntax

Visual Basic (Declaration) 
Public Property in_base_table As Object
Visual Basic (Usage)Copy Code
Dim instance As TableCompare
Dim value As Object
 
instance.in_base_table = value
 
value = instance.in_base_table
C# 
public object in_base_table {get; set;}

See Also

© 2010 All Rights Reserved.