ESRI.ArcGIS.ADF.IMS
JoinExpression Property
See Also 
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > Filter Class : JoinExpression Property




Gets or sets the join expression for queries on shapefiles and DBF files.

Syntax

Visual Basic (Declaration) 
Public Property JoinExpression As String
Visual Basic (Usage)Copy Code
Dim instance As Filter
Dim value As String
 
instance.JoinExpression = value
 
value = instance.JoinExpression
C# 
public string JoinExpression {get; set;}

Remarks

Provides the join expression for queries on shapefiles and DBF files. Not required when a jointable is done on ArcSDE.

The JoinExpression string be must in this format: "To=[master table column which will be used for joining], From=[defines a join table column which will be joined], Type=[exact or scan]".

See JoinTables for more information and examples.

Performance may be significantly slower when using joined DBF tables.

See Also

© 2010 All Rights Reserved.