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




Specifies a field or combination of fields that can be used to uniquely identify a row in the query. This parameter is used only when the USE_KEY_FIELDS option is set. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.