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




The fields to include in the layer or table view. If an alias is set for a field, this is the name that appears. If no fields are specified, all fields from all tables are included. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.